Searched refs:t_next (Results 1 – 5 of 5) sorted by relevance
/kernel/trace/ |
D | trace_printk.c | 305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function 355 .next = t_next,
|
D | trace_stack.c | 388 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 471 .next = t_next,
|
D | trace_events.c | 1190 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 1222 file = t_next(m, file, &l); in t_start() 2023 .next = t_next,
|
D | trace.c | 5041 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 5063 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start() 5092 .next = t_next,
|
D | ftrace.c | 3519 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 3695 .next = t_next,
|