Searched refs:gIORangeAllocatorLock (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORangeAllocator.cpp57 IOLock * gIORangeAllocatorLock; variable
60 if( options & kLocking) IOTakeLock( gIORangeAllocatorLock )
62 if( options & kLocking) IOUnlock( gIORangeAllocatorLock )
85 if( (!gIORangeAllocatorLock) && (options & kLocking))
86 gIORangeAllocatorLock = IOLockAlloc();

Completed in 18 milliseconds