• Home
  • Raw
  • Download

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()
126 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
137 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
143 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
147 static int lc_show(struct seq_file *m, void *v) in lc_show()
191 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
229 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show()
418 static void seq_line(struct seq_file *m, char c, int offset, int length) in seq_line()
439 static void seq_time(struct seq_file *m, s64 time) in seq_time()
447 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time()
456 static void seq_stats(struct seq_file *m, struct lock_stat_data *data) in seq_stats()
568 static void seq_header(struct seq_file *m) in seq_header()
595 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start()
610 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
616 static void ls_stop(struct seq_file *m, void *v) in ls_stop()
620 static int ls_show(struct seq_file *m, void *v) in ls_show()
649 struct seq_file *m = file->private_data; in lock_stat_open() local