gcwait 92 fs/jfs/jfs_logmgr.c #define LOGGC_WAKEUP(tblk) wake_up_all(&(tblk)->gcwait) gcwait 721 fs/jfs/jfs_logmgr.c __SLEEP_COND(tblk->gcwait, (tblk->flag & tblkGC_COMMITTED), gcwait 1568 fs/jfs/jfs_logmgr.c add_wait_queue(&target->gcwait, &__wait); gcwait 1573 fs/jfs/jfs_logmgr.c remove_wait_queue(&target->gcwait, &__wait); gcwait 277 fs/jfs/jfs_txnmgr.c init_waitqueue_head(&TxBlock[k].gcwait); gcwait 281 fs/jfs/jfs_txnmgr.c init_waitqueue_head(&TxBlock[k].gcwait); gcwait 2707 fs/jfs/jfs_txnmgr.c wake_up_all(&tblk->gcwait); // LOGGC_WAKEUP gcwait 48 fs/jfs/jfs_txnmgr.h wait_queue_head_t gcwait; /* group commit event list: