Searched refs:BitsToRemove (Results 1 – 1 of 1) sorted by relevance
124 ULONG BitsToRemove, BitsToAdd; in KiAcquireGuardedMutex() local134 BitsToRemove = GM_LOCK_BIT; in KiAcquireGuardedMutex()141 ASSERT((BitsToRemove == GM_LOCK_BIT) || in KiAcquireGuardedMutex()142 (BitsToRemove == (GM_LOCK_BIT | GM_LOCK_WAITER_WOKEN))); in KiAcquireGuardedMutex()156 ASSERT((BitsToRemove == GM_LOCK_BIT) || in KiAcquireGuardedMutex()160 NewValue = OldValue ^ BitsToRemove; in KiAcquireGuardedMutex()185 BitsToRemove = GM_LOCK_BIT | GM_LOCK_WAITER_WOKEN; in KiAcquireGuardedMutex()