Lines Matching defs:m
861 struct seq_file *m = file->private_data; in ftrace_event_write() local
897 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
919 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
937 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
952 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
969 static int t_show(struct seq_file *m, void *v) in t_show()
981 static void t_stop(struct seq_file *m, void *p) in t_stop()
987 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next()
995 static void *p_start(struct seq_file *m, loff_t *pos) in p_start()
1018 static void p_stop(struct seq_file *m, void *p) in p_stop()
1183 static void *f_next(struct seq_file *m, void *v, loff_t *pos) in f_next()
1215 static int f_show(struct seq_file *m, void *v) in f_show()
1265 static void *f_start(struct seq_file *m, loff_t *pos) in f_start()
1281 static void f_stop(struct seq_file *m, void *p) in f_stop()
1295 struct seq_file *m; in trace_format_open() local
1578 struct seq_file *m = filp->private_data; in ftrace_event_pid_write() local
1763 struct seq_file *m; in ftrace_event_open() local
2572 event_enable_print(struct seq_file *m, unsigned long ip, in event_enable_print()