t_next            122 fs/proc/proc_tty.c 	.next	= t_next,
t_next            210 fs/xfs/xfs_log.c 		tic->t_next	    = (*qp);
t_next            212 fs/xfs/xfs_log.c 		(*qp)->t_prev->t_next = tic;
t_next            215 fs/xfs/xfs_log.c 		tic->t_prev = tic->t_next = tic;
t_next            225 fs/xfs/xfs_log.c 	if (tic == tic->t_next) {
t_next            228 fs/xfs/xfs_log.c 		*qp = tic->t_next;
t_next            229 fs/xfs/xfs_log.c 		tic->t_next->t_prev = tic->t_prev;
t_next            230 fs/xfs/xfs_log.c 		tic->t_prev->t_next = tic->t_next;
t_next            233 fs/xfs/xfs_log.c 	tic->t_next = tic->t_prev = NULL;
t_next            867 fs/xfs/xfs_log.c 			tic = tic->t_next;
t_next            888 fs/xfs/xfs_log.c 			tic = tic->t_next;
t_next           2652 fs/xfs/xfs_log.c 			ntic = ntic->t_next;
t_next           3576 fs/xfs/xfs_log.c 			tic = tic->t_next;
t_next           3583 fs/xfs/xfs_log.c 			tic = tic->t_next;
t_next            245 fs/xfs/xfs_log_priv.h 	struct xlog_ticket *t_next;	 /*			         :4|8 */
t_next            942 kernel/trace/ftrace.c 		for (p = t_next(m, p, &l); p && l < *pos; p = t_next(m, p, &l))
t_next            946 kernel/trace/ftrace.c 		p = t_next(m, p, &l);
t_next            973 kernel/trace/ftrace.c 	.next = t_next,
t_next           1994 kernel/trace/trace.c 	for (; t && l < *pos; t = t_next(m, t, &l))
t_next           2023 kernel/trace/trace.c 	.next		= t_next,