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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_cil.c648 if (!list_empty(&tp->t_busy)) {
650 list_splice_init(&tp->t_busy,
H A Dxfs_trans.c599 INIT_LIST_HEAD(&tp->t_busy);
613 list_for_each_entry_safe(busyp, n, &tp->t_busy, list)
644 INIT_LIST_HEAD(&ntp->t_busy);
H A Dxfs_trans.h426 struct list_head t_busy; /* list of busy extents */ member in struct:xfs_trans
H A Dxfs_alloc.c2664 list_add(&new->list, &tp->t_busy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c192 static void t_busy(unsigned long);
1032 scc->tx_wdog.function = t_busy;
1118 * fulldup == 0: DCD is active or Rand > P-persistence: start t_busy timer
1214 static void t_busy(unsigned long channel) function

Completed in 92 milliseconds