Lines Matching defs:m
26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
36 static void l_stop(struct seq_file *m, void *v) in l_stop()
40 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
57 static int l_show(struct seq_file *m, void *v) in l_show()
116 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
133 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
137 static int lc_show(struct seq_file *m, void *v) in lc_show()
184 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
218 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show()
389 static void seq_line(struct seq_file *m, char c, int offset, int length) in seq_line()
410 static void seq_time(struct seq_file *m, s64 time) in seq_time()
418 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time()
426 static void seq_stats(struct seq_file *m, struct lock_stat_data *data) in seq_stats()
526 static void seq_header(struct seq_file *m) in seq_header()
551 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start()
566 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
572 static void ls_stop(struct seq_file *m, void *v) in ls_stop()
576 static int ls_show(struct seq_file *m, void *v) in ls_show()
605 struct seq_file *m = file->private_data; in lock_stat_open() local