Lines Matching refs:v
38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument
40 struct lock_class *class = v; in l_next()
56 static void l_stop(struct seq_file *m, void *v) in l_stop() argument
77 static int l_show(struct seq_file *m, void *v) in l_show() argument
79 struct lock_class *class = v; in l_show()
84 if (v == lock_classes) in l_show()
139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() argument
145 static void lc_stop(struct seq_file *m, void *v) in lc_stop() argument
149 static int lc_show(struct seq_file *m, void *v) in lc_show() argument
151 struct lock_chain *chain = v; in lc_show()
162 if (v == SEQ_START_TOKEN) { in lc_show()
231 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show() argument
612 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next() argument
618 static void ls_stop(struct seq_file *m, void *v) in ls_stop() argument
622 static int ls_show(struct seq_file *m, void *v) in ls_show() argument
624 if (v == SEQ_START_TOKEN) in ls_show()
627 seq_stats(m, v); in ls_show()