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 | 1209 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 1241 file = t_next(m, file, &l); in t_start() 2046 .next = t_next,
|
D | trace.c | 5053 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 5075 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start() 5104 .next = t_next,
|
D | ftrace.c | 3540 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 3821 .next = t_next,
|