Searched refs:t_next (Results 1 – 5 of 5) sorted by relevance
/kernel/trace/ |
D | trace_printk.c | 294 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() function 344 .next = t_next,
|
D | trace_stack.c | 389 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 472 .next = t_next,
|
D | trace_events.c | 894 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 926 file = t_next(m, file, &l); in t_start() 1659 .next = t_next,
|
D | trace.c | 4411 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 4433 for (; t && l < *pos; t = t_next(m, t, &l)) in t_start() 4462 .next = t_next,
|
D | ftrace.c | 3364 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() function 3532 .next = t_next,
|