• Home
  • Raw
  • Download

Lines Matching defs:m

1332 	struct seq_file *m = file->private_data;  in ftrace_event_write()  local
1368 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
1390 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
1408 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
1423 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
1440 static int t_show(struct seq_file *m, void *v) in t_show()
1452 static void t_stop(struct seq_file *m, void *p) in t_stop()
1458 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next()
1472 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next()
1478 np_next(struct seq_file *m, void *v, loff_t *pos) in np_next()
1483 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start()
1509 static void *p_start(struct seq_file *m, loff_t *pos) in p_start()
1515 static void *np_start(struct seq_file *m, loff_t *pos) in np_start()
1521 static void p_stop(struct seq_file *m, void *p) in p_stop()
1689 static void *f_next(struct seq_file *m, void *v, loff_t *pos) in f_next()
1722 static int f_show(struct seq_file *m, void *v) in f_show()
1778 static void *f_start(struct seq_file *m, loff_t *pos) in f_start()
1796 static void f_stop(struct seq_file *m, void *p) in f_stop()
1810 struct seq_file *m; in trace_format_open() local
2154 struct seq_file *m = filp->private_data; in event_pid_write() local
2370 struct seq_file *m; in ftrace_event_open() local
3413 struct module_string *modstr, *m; in trace_module_remove_events() local
3676 event_enable_print(struct seq_file *m, unsigned long ip, in event_enable_print()