Searched refs:t_next (Results 1 - 5 of 5) sorted by relevance

/kernel/trace/
H A Dtrace_printk.c126 * v will point to the address of the fmt record from t_next
282 static void *t_next(struct seq_file *m, void * v, loff_t *pos) function
329 .next = t_next,
H A Dtrace_stack.c297 t_next(struct seq_file *m, void *v, loff_t *pos) function
388 .next = t_next,
H A Dtrace_events.c633 t_next(struct seq_file *m, void *v, loff_t *pos) function
664 file = t_next(m, file, &l);
1281 .next = t_next,
H A Dftrace.c2833 t_next(struct seq_file *m, void *v, loff_t *pos) function
2935 p = t_next(m, p, &l);
2996 .next = t_next,
H A Dtrace.c3260 t_next(struct seq_file *m, void *v, loff_t *pos) function
3282 for (; t && l < *pos; t = t_next(m, t, &l))
3311 .next = t_next,

Completed in 171 milliseconds