Symbol: codetag
include/asm-generic/codetag.lds.h
21
.codetag.##_name : { \
include/linux/alloc_tag.h
29
struct codetag ct;
include/linux/alloc_tag.h
80
struct codetag *ct;
include/linux/alloc_tag.h
86
static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct)
include/linux/codetag.h
36
struct codetag *ct;
include/linux/codetag.h
43
struct codetag *start, struct codetag *end);
include/linux/codetag.h
45
struct codetag *start, struct codetag *end);
include/linux/codetag.h
59
struct codetag *ct;
include/linux/codetag.h
80
struct codetag *codetag_next_ct(struct codetag_iterator *iter);
include/linux/codetag.h
82
void codetag_to_text(struct seq_buf *out, struct codetag *ct);
lib/alloc_tag.c
129
struct codetag *ct;
lib/alloc_tag.c
610
static int load_module(struct module *mod, struct codetag *start, struct codetag *stop)
lib/alloc_tag.c
67
struct codetag *ct = codetag_next_ct(&priv->iter);
lib/alloc_tag.c
88
static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct)
lib/codetag.c
120
void codetag_to_text(struct seq_buf *out, struct codetag *ct)
lib/codetag.c
25
struct codetag *start;
lib/codetag.c
26
struct codetag *stop;
lib/codetag.c
64
static inline struct codetag *get_first_module_ct(struct codetag_module *cmod)
lib/codetag.c
70
struct codetag *get_next_module_ct(struct codetag_iterator *iter)
lib/codetag.c
72
struct codetag *res = (struct codetag *)
lib/codetag.c
78
struct codetag *codetag_next_ct(struct codetag_iterator *iter)
lib/codetag.c
82
struct codetag *ct;
mm/show_mem.c
439
struct codetag *ct = tags[i].ct;