Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcodetag.h80 struct codetag *codetag_next_ct(struct codetag_iterator *iter);
/linux/lib/
H A Dalloc_tag.c59 codetag_next_ct(&priv->iter); in allocinfo_start()
67 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next()
142 while ((ct = codetag_next_ct(&iter))) { in alloc_tag_top_users()
H A Dcodetag.c78 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct() function