Home
last modified time | relevance | path

Searched refs:IOTakeLock (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/
H A DIOConditionLock.cpp113 IOTakeLock(sleep_interlock); in unlock()
129 IOTakeLock(sleep_interlock); in unlockWith()
130 IOTakeLock(cond_interlock); in unlockWith()
145 IOTakeLock(sleep_interlock); in tryLock()
162 IOTakeLock(sleep_interlock); in lock()
197 IOTakeLock(cond_interlock); in lockWhen()
H A DIOCPU.cpp636 IOTakeLock(vectors[0].interruptLock); in enableCPUInterrupt()
665 IOTakeLock(vector->interruptLock); in registerInterrupt()
687 IOTakeLock(vectors[0].interruptLock); in registerInterrupt()
H A DIOCommandQueue.cpp246 IOTakeLock(producerLock); in enqueueCommand()
H A DIOService.cpp1653 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1819 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1865 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1918 IOTakeLock( gArbitrationLockQueueLock ); in unlockForArbitration()
5742 IOTakeLock( gJobsLock ); in main()
5775 IOTakeLock( gJobsLock ); in main()
5849 IOTakeLock( gJobsLock ); in pingConfig()
H A DIOUserClient.cpp950 IOTakeLock( lock ); in handler()
/xnu-8792.41.9/iokit/IOKit/
H A DIOLocks.h177 IOTakeLock( IOLock * lock) in IOTakeLock() function