Searched refs:QLOCK (Results 1 – 1 of 1) sorted by relevance
278 if(spin_is_locked(&QLOCK)) { \282 spin_lock_irqsave(&QLOCK,flags); \291 spin_unlock_irqrestore(&QLOCK,flags); \299 #define DO_LOCK(flags) spin_lock_irqsave(&QLOCK,flags)300 #define DO_UNLOCK(flags) spin_unlock_irqrestore(&QLOCK,flags)564 #define QLOCK (HOSTDATA(shpnt)->lock) macro1270 QLOCK = SPIN_LOCK_UNLOCKED;1449 ASSERT_LOCK(&QLOCK,1);