Lines Matching defs:m
27 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
37 static void l_stop(struct seq_file *m, void *v) in l_stop()
41 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
58 static int l_show(struct seq_file *m, void *v) in l_show()
105 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
116 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
122 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
126 static int lc_show(struct seq_file *m, void *v) in lc_show()
163 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
201 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show()
360 static void seq_line(struct seq_file *m, char c, int offset, int length) in seq_line()
381 static void seq_time(struct seq_file *m, s64 time) in seq_time()
389 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time()
398 static void seq_stats(struct seq_file *m, struct lock_stat_data *data) in seq_stats()
510 static void seq_header(struct seq_file *m) in seq_header()
537 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start()
552 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
558 static void ls_stop(struct seq_file *m, void *v) in ls_stop()
562 static int ls_show(struct seq_file *m, void *v) in ls_show()
591 struct seq_file *m = file->private_data; in lock_stat_open() local