Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_extent_busy.c78 xfs_extent_busy_insert_list(pag, bno, len, flags, &tp->t_busy); in xfs_extent_busy_insert()
619 if (!list_empty(&tp->t_busy)) { in xfs_extent_busy_flush()
H A Dxfs_trans.c68 xfs_extent_busy_sort(&tp->t_busy); in xfs_trans_free()
69 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
103 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
279 INIT_LIST_HEAD(&tp->t_busy); in xfs_trans_alloc()
H A Dxfs_trans.h156 struct list_head t_busy; /* list of busy extents */ member
H A Dxfs_log_cil.c654 if (!list_empty(&tp->t_busy)) in xlog_cil_insert_items()
655 list_splice_init(&tp->t_busy, &cilpcp->busy_extents); in xlog_cil_insert_items()
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c192 static void t_busy(struct timer_list *);
1036 scc->tx_wdog.function = t_busy; in scc_start_defer()
1218 static void t_busy(struct timer_list *t) in t_busy() function