Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.cpp1637 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1803 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1849 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1902 IOTakeLock( gArbitrationLockQueueLock ); in unlockForArbitration()
5758 IOTakeLock( gJobsLock ); in main()
5795 IOTakeLock( gJobsLock ); in main()
5869 IOTakeLock( gJobsLock ); in pingConfig()
H A DIOUserClient.cpp949 IOTakeLock( &lock ); in handler()
/xnu-8796.141.3/iokit/IOKit/
H A DIOLocks.h188 IOTakeLock( IOLock * lock) in IOTakeLock() function