Searched refs:codetag_next_ct (Results 1 – 2 of 2) sorted by relevance
59 while ((ct = codetag_next_ct(&priv->iter)) != NULL && node) in allocinfo_start()68 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next()143 while ((ct = codetag_next_ct(&iter))) { in alloc_tag_top_users()
70 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct() function