Home
last modified time | relevance | path

Searched refs:codetag (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/linux/
Dcodetag.h21 struct codetag { struct
30 struct codetag *ct; argument
46 struct codetag *ct;
66 struct codetag *codetag_next_ct(struct codetag_iterator *iter);
68 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
Dalloc_tag.h29 struct codetag ct;
58 struct codetag *ct;
64 static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct) in ct_to_alloc_tag()
/linux-6.12.1/lib/
Dcodetag.c19 struct codetag *start;
20 struct codetag *stop;
56 static inline struct codetag *get_first_module_ct(struct codetag_module *cmod) in get_first_module_ct()
62 struct codetag *get_next_module_ct(struct codetag_iterator *iter) in get_next_module_ct()
64 struct codetag *res = (struct codetag *) in get_next_module_ct()
70 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct()
74 struct codetag *ct; in codetag_next_ct()
110 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
Dalloc_tag.c27 struct codetag *ct; in allocinfo_start()
47 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next()
73 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text()
112 struct codetag *ct; in alloc_tag_top_users()
159 struct codetag *ct; in alloc_tag_module_unload()
DMakefile216 obj-$(CONFIG_CODE_TAGGING) += codetag.o
/linux-6.12.1/mm/
Dshow_mem.c435 struct codetag *ct = tags[i].ct; in __show_mem()
/linux-6.12.1/
DMAINTAINERS5627 F: include/asm-generic/codetag.lds.h
5628 F: include/linux/codetag.h
5629 F: lib/codetag.c