Symbol: codetag
include/asm-generic/codetag.lds.h
21
.codetag.##_name 0 : { \
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
81
struct codetag *codetag_next_ct(struct codetag_iterator *iter);
include/linux/codetag.h
83
void codetag_to_text(struct seq_buf *out, struct codetag *ct);
lib/alloc_tag.c
104
static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct)
lib/alloc_tag.c
145
struct codetag *ct;
lib/alloc_tag.c
626
static int load_module(struct module *mod, struct codetag *start, struct codetag *stop)
lib/alloc_tag.c
81
struct codetag *ct;
lib/codetag.c
122
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
66
static inline struct codetag *get_first_module_ct(struct codetag_module *cmod)
lib/codetag.c
72
struct codetag *get_next_module_ct(struct codetag_iterator *iter)
lib/codetag.c
74
struct codetag *res = (struct codetag *)
lib/codetag.c
80
struct codetag *codetag_next_ct(struct codetag_iterator *iter)
lib/codetag.c
84
struct codetag *ct;
mm/show_mem.c
443
struct codetag *ct = tags[i].ct;