Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log_cil.c663 if (!list_empty(&tp->t_busy)) { in xfs_log_commit_cil()
665 list_splice_init(&tp->t_busy, in xfs_log_commit_cil()
Dxfs_trans.c599 INIT_LIST_HEAD(&tp->t_busy); in _xfs_trans_alloc()
613 list_for_each_entry_safe(busyp, n, &tp->t_busy, list) in xfs_trans_free()
644 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
Dxfs_trans.h424 struct list_head t_busy; /* list of busy extents */ member
Dxfs_alloc.c2619 list_add(&new->list, &tp->t_busy); in xfs_alloc_busy_insert()
/linux-2.6.39/drivers/net/hamradio/
Dscc.c192 static void t_busy(unsigned long);
1032 scc->tx_wdog.function = t_busy; in scc_start_defer()
1215 static void t_busy(unsigned long channel) in t_busy() function