Home
last modified time | relevance | path

Searched refs:gcwait (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/jfs/
Djfs_txnmgr.h61 wait_queue_head_t gcwait; /* group commit event list: member
Djfs_logmgr.c105 #define LOGGC_WAKEUP(tblk) wake_up_all(&(tblk)->gcwait)
734 __SLEEP_COND(tblk->gcwait, (tblk->flag & tblkGC_COMMITTED), in lmGroupCommit()
1582 add_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
1587 remove_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
Djfs_txnmgr.c290 init_waitqueue_head(&TxBlock[k].gcwait); in txInit()
294 init_waitqueue_head(&TxBlock[k].gcwait); in txInit()
2721 wake_up_all(&tblk->gcwait); // LOGGC_WAKEUP in txLazyCommit()