• Home
  • Raw
  • Download

Lines Matching defs:m

1173 	struct seq_file *m = file->private_data;  in ftrace_event_write()  local
1209 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
1231 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
1249 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
1264 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
1281 static int t_show(struct seq_file *m, void *v) in t_show()
1293 static void t_stop(struct seq_file *m, void *p) in t_stop()
1299 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next()
1313 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next()
1319 np_next(struct seq_file *m, void *v, loff_t *pos) in np_next()
1324 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start()
1350 static void *p_start(struct seq_file *m, loff_t *pos) in p_start()
1356 static void *np_start(struct seq_file *m, loff_t *pos) in np_start()
1362 static void p_stop(struct seq_file *m, void *p) in p_stop()
1528 static void *f_next(struct seq_file *m, void *v, loff_t *pos) in f_next()
1560 static int f_show(struct seq_file *m, void *v) in f_show()
1615 static void *f_start(struct seq_file *m, loff_t *pos) in f_start()
1631 static void f_stop(struct seq_file *m, void *p) in f_stop()
1645 struct seq_file *m; in trace_format_open() local
1959 struct seq_file *m = filp->private_data; in event_pid_write() local
2165 struct seq_file *m; in ftrace_event_open() local
2975 struct module_string *modstr, *m; in trace_module_remove_events() local
3236 event_enable_print(struct seq_file *m, unsigned long ip, in event_enable_print()