t_busy            191 drivers/net/hamradio/scc.c static void t_busy(struct timer_list *);
t_busy           1034 drivers/net/hamradio/scc.c 		scc->tx_wdog.function = t_busy;
t_busy             67 fs/xfs/xfs_extent_busy.c 	list_add(&new->list, &tp->t_busy);
t_busy            415 fs/xfs/xfs_log_cil.c 	if (!list_empty(&tp->t_busy))
t_busy            416 fs/xfs/xfs_log_cil.c 		list_splice_init(&tp->t_busy, &ctx->busy_extents);
t_busy             66 fs/xfs/xfs_trans.c 	xfs_extent_busy_sort(&tp->t_busy);
t_busy             67 fs/xfs/xfs_trans.c 	xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false);
t_busy            101 fs/xfs/xfs_trans.c 	INIT_LIST_HEAD(&ntp->t_busy);
t_busy            282 fs/xfs/xfs_trans.c 	INIT_LIST_HEAD(&tp->t_busy);
t_busy            141 fs/xfs/xfs_trans.h 	struct list_head	t_busy;		/* list of busy extents */