Home
last modified time | relevance | path

Searched refs:codetag_iterator (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dcodetag.h10 struct codetag_iterator;
52 struct codetag_iterator { struct
75 struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype); argument
76 struct codetag *codetag_next_ct(struct codetag_iterator *iter);
/linux-6.15/lib/
H A Dcodetag.c44 struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype) in codetag_get_ct_iter()
46 struct codetag_iterator iter = { in codetag_get_ct_iter()
62 struct codetag *get_next_module_ct(struct codetag_iterator *iter) in get_next_module_ct()
70 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct()
H A Dalloc_tag.c41 struct codetag_iterator iter;
132 struct codetag_iterator iter; in alloc_tag_top_users()