Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dalloc_tag.c38 while ((ct = codetag_next_ct(&priv->iter)) != NULL && node) in allocinfo_start()
47 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next()
122 while ((ct = codetag_next_ct(&iter))) { in alloc_tag_top_users()
161 for (ct = codetag_next_ct(&iter); ct; ct = codetag_next_ct(&iter)) { in alloc_tag_module_unload()
Dcodetag.c70 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct() function
/linux-6.12.1/include/linux/
Dcodetag.h66 struct codetag *codetag_next_ct(struct codetag_iterator *iter);