Searched refs:EX_RUNDOWN_ACTIVE (Results 1 – 3 of 3) sorted by relevance
44 if (Value & EX_RUNDOWN_ACTIVE) return FALSE; in ExfAcquireRundownProtection()87 if (Value & EX_RUNDOWN_ACTIVE) return FALSE; in ExfAcquireRundownProtectionEx()146 ASSERT((RunRef->Count & EX_RUNDOWN_ACTIVE) != 0); in ExfReInitializeRundownProtection()174 ASSERT((RunRef->Count & EX_RUNDOWN_ACTIVE) != 0); in ExfRundownCompleted()177 ExpSetRundown(RunRef, EX_RUNDOWN_ACTIVE); in ExfRundownCompleted()206 if (!(Value & EX_RUNDOWN_ACTIVE)) in ExfReleaseRundownProtection()270 if (!(Value & EX_RUNDOWN_ACTIVE)) in ExfReleaseRundownProtectionEx()368 ASSERT((Value & EX_RUNDOWN_ACTIVE) == 0); in ExfWaitForRundownProtectionRelease()465 ASSERT((Value & EX_RUNDOWN_ACTIVE) == 0); in ExfWaitForRundownProtectionReleaseCacheAware()523 ASSERT((RunRef->Count & EX_RUNDOWN_ACTIVE) != 0); in ExfRundownCompletedCacheAware()[all …]
828 Value = RunRef->Count &~ EX_RUNDOWN_ACTIVE; in _ExAcquireRundownProtection()869 Value = RunRef->Count &~ EX_RUNDOWN_ACTIVE; in _ExReleaseRundownProtection()936 Value = ExpChangeRundown(RunRef, EX_RUNDOWN_ACTIVE, 0); in _ExWaitForRundownProtectionRelease()937 if ((Value) && (Value != EX_RUNDOWN_ACTIVE)) in _ExWaitForRundownProtectionRelease()964 ASSERT((RunRef->Count & EX_RUNDOWN_ACTIVE) != 0); in _ExRundownCompleted()967 ExpSetRundown(RunRef, EX_RUNDOWN_ACTIVE); in _ExRundownCompleted()
7 #define EX_RUNDOWN_ACTIVE 0x1 macro