Lines Matching defs:m
38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
56 static void l_stop(struct seq_file *m, void *v) in l_stop()
60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
77 static int l_show(struct seq_file *m, void *v) in l_show()
128 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
145 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
149 static int lc_show(struct seq_file *m, void *v) in lc_show()
193 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
231 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show()
420 static void seq_line(struct seq_file *m, char c, int offset, int length) in seq_line()
441 static void seq_time(struct seq_file *m, s64 time) in seq_time()
449 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time()
458 static void seq_stats(struct seq_file *m, struct lock_stat_data *data) in seq_stats()
570 static void seq_header(struct seq_file *m) in seq_header()
597 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start()
612 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
618 static void ls_stop(struct seq_file *m, void *v) in ls_stop()
622 static int ls_show(struct seq_file *m, void *v) in ls_show()
651 struct seq_file *m = file->private_data; in lock_stat_open() local