Lines Matching refs:ct
60 return priv->iter.ct ? priv : NULL; in allocinfo_start()
66 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next() local
69 if (!ct) in allocinfo_next()
87 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text() argument
89 struct alloc_tag *tag = ct_to_alloc_tag(ct); in alloc_tag_to_text()
94 codetag_to_text(out, ct); in alloc_tag_to_text()
111 alloc_tag_to_text(&buf, priv->iter.ct); in allocinfo_show()
126 struct codetag *ct; in alloc_tag_top_users() local
139 while ((ct = codetag_next_ct(&iter))) { in alloc_tag_top_users()
140 struct alloc_tag_counters counter = alloc_tag_read(ct_to_alloc_tag(ct)); in alloc_tag_top_users()
142 n.ct = ct; in alloc_tag_top_users()
591 tag->ct.filename, tag->ct.lineno, tag->ct.modname, in release_module_tags()
592 tag->ct.function, counter.bytes); in release_module_tags()