Lines Matching refs:ct
57 .ct = NULL, in codetag_get_ct_iter()
73 ((char *)iter->ct + iter->cttype->desc.tag_size); in get_next_module_ct()
82 struct codetag *ct; in codetag_next_ct() local
89 ct = NULL; in codetag_next_ct()
105 ct = get_first_module_ct(cmod); in codetag_next_ct()
107 ct = get_next_module_ct(iter); in codetag_next_ct()
110 if (ct) in codetag_next_ct()
116 iter->ct = ct; in codetag_next_ct()
117 return ct; in codetag_next_ct()
120 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text() argument
122 if (ct->modname) in codetag_to_text()
124 ct->filename, ct->lineno, in codetag_to_text()
125 ct->modname, ct->function); in codetag_to_text()
128 ct->filename, ct->lineno, ct->function); in codetag_to_text()