Searched refs:gclock (Results 1 – 3 of 3) sorted by relevance
390 spinlock_t gclock; /* 4: group commit lock */ member
89 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock)90 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock)91 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock)810 spin_lock_irqsave(&log->gclock, flags); in lmPostGC() 900 spin_unlock_irqrestore(&log->gclock, flags); in lmPostGC()
520 spin_lock_irq(&log->gclock); // LOGGC_LOCK in txEnd() 522 spin_unlock_irq(&log->gclock); // LOGGC_UNLOCK in txEnd() 2668 spin_lock_irq(&log->gclock); // LOGGC_LOCK in txLazyCommit() 2678 * Can't release log->gclock until we've tested tblk->flag in txLazyCommit() 2681 spin_unlock_irq(&log->gclock); // LOGGC_UNLOCK in txLazyCommit() 2686 spin_unlock_irq(&log->gclock); // LOGGC_UNLOCK in txLazyCommit()