• Home
  • Raw
  • Download

Lines Matching defs:m

1154 	struct seq_file *m = file->private_data;  in ftrace_event_write()  local
1190 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
1212 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
1230 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
1245 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
1262 static int t_show(struct seq_file *m, void *v) in t_show()
1274 static void t_stop(struct seq_file *m, void *p) in t_stop()
1280 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next()
1294 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next()
1300 np_next(struct seq_file *m, void *v, loff_t *pos) in np_next()
1305 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start()
1331 static void *p_start(struct seq_file *m, loff_t *pos) in p_start()
1337 static void *np_start(struct seq_file *m, loff_t *pos) in np_start()
1343 static void p_stop(struct seq_file *m, void *p) in p_stop()
1509 static void *f_next(struct seq_file *m, void *v, loff_t *pos) in f_next()
1541 static int f_show(struct seq_file *m, void *v) in f_show()
1591 static void *f_start(struct seq_file *m, loff_t *pos) in f_start()
1607 static void f_stop(struct seq_file *m, void *p) in f_stop()
1621 struct seq_file *m; in trace_format_open() local
1936 struct seq_file *m = filp->private_data; in event_pid_write() local
2142 struct seq_file *m; in ftrace_event_open() local
2947 struct module_string *modstr, *m; in trace_module_remove_events() local
3208 event_enable_print(struct seq_file *m, unsigned long ip, in event_enable_print()