Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.cpp642 IOTakeLock(vectors[0].interruptLock); in enableCPUInterrupt()
671 IOTakeLock(vector->interruptLock); in registerInterrupt()
693 IOTakeLock(vectors[0].interruptLock); in registerInterrupt()
H A DIOCommandQueue.cpp246 IOTakeLock(producerLock); in enqueueCommand()
H A DIOService.cpp1661 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1823 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1868 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1921 IOTakeLock( gArbitrationLockQueueLock ); in unlockForArbitration()
5837 IOTakeLock( gJobsLock ); in main()
5874 IOTakeLock( gJobsLock ); in main()
5948 IOTakeLock( gJobsLock ); in pingConfig()
H A DIOUserClient.cpp1002 IOTakeLock( &lock ); in handler()
/xnu-10063.141.1/iokit/IOKit/ !
H A DIOLocks.h188 IOTakeLock( IOLock * lock) in IOTakeLock() function