Lines Matching refs:v
27 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument
29 return seq_list_next(v, &all_lock_classes, pos); in l_next()
37 static void l_stop(struct seq_file *m, void *v) in l_stop() argument
58 static int l_show(struct seq_file *m, void *v) in l_show() argument
60 struct lock_class *class = list_entry(v, struct lock_class, lock_entry); in l_show()
64 if (v == &all_lock_classes) { in l_show()
116 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() argument
122 static void lc_stop(struct seq_file *m, void *v) in lc_stop() argument
126 static int lc_show(struct seq_file *m, void *v) in lc_show() argument
128 struct lock_chain *chain = v; in lc_show()
132 if (v == SEQ_START_TOKEN) { in lc_show()
201 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show() argument
560 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next() argument
566 static void ls_stop(struct seq_file *m, void *v) in ls_stop() argument
570 static int ls_show(struct seq_file *m, void *v) in ls_show() argument
572 if (v == SEQ_START_TOKEN) in ls_show()
575 seq_stats(m, v); in ls_show()