Home
last modified time | relevance | path

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

/linux-3.4.99/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()
1584 add_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
1590 remove_wait_queue(&target->gcwait, &__wait); in jfs_flush_journal()
Djfs_txnmgr.c291 init_waitqueue_head(&TxBlock[k].gcwait); in txInit()
295 init_waitqueue_head(&TxBlock[k].gcwait); in txInit()
2725 wake_up_all(&tblk->gcwait); // LOGGC_WAKEUP in txLazyCommit()