Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcodetag.h10 struct codetag_iterator;
55 struct codetag_iterator { struct
79 struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype); argument
80 struct codetag *codetag_next_ct(struct codetag_iterator *iter);
/linux/lib/
H A Dcodetag.c51 struct codetag_iterator codetag_get_ct_iter(struct codetag_type *cttype) in codetag_get_ct_iter()
53 struct codetag_iterator iter = { in codetag_get_ct_iter()
70 struct codetag *get_next_module_ct(struct codetag_iterator *iter) in get_next_module_ct()
78 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct()
H A Dalloc_tag.c45 struct codetag_iterator iter;
128 struct codetag_iterator iter; in alloc_tag_top_users()