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

/linux-4.1.27/fs/xfs/
H A Dxfs_trans.c86 INIT_LIST_HEAD(&tp->t_busy); _xfs_trans_alloc()
98 xfs_extent_busy_sort(&tp->t_busy); xfs_trans_free()
99 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); xfs_trans_free()
131 INIT_LIST_HEAD(&ntp->t_busy); xfs_trans_dup()
H A Dxfs_trans.h128 struct list_head t_busy; /* list of busy extents */ member in struct:xfs_trans
H A Dxfs_extent_busy.c90 list_add(&new->list, &tp->t_busy); xfs_extent_busy_insert()
H A Dxfs_log_cil.c318 if (!list_empty(&tp->t_busy)) xlog_cil_insert_items()
319 list_splice_init(&tp->t_busy, &ctx->busy_extents); xlog_cil_insert_items()
/linux-4.1.27/drivers/net/hamradio/
H A Dscc.c191 static void t_busy(unsigned long);
1031 scc->tx_wdog.function = t_busy; scc_start_defer()
1118 * fulldup == 0: DCD is active or Rand > P-persistence: start t_busy timer
1214 static void t_busy(unsigned long channel) t_busy() function

Completed in 106 milliseconds