Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.cpp688 IOTakeLock(vectors[0].interruptLock); in enableCPUInterrupt()
717 IOTakeLock(vector->interruptLock); in registerInterrupt()
739 IOTakeLock(vectors[0].interruptLock); in registerInterrupt()
H A DIOCommandQueue.cpp246 IOTakeLock(producerLock); in enqueueCommand()
H A DIOService.cpp1669 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1831 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1876 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1929 IOTakeLock( gArbitrationLockQueueLock ); in unlockForArbitration()
5878 IOTakeLock( gJobsLock ); in main()
5915 IOTakeLock( gJobsLock ); in main()
5989 IOTakeLock( gJobsLock ); in pingConfig()
H A DIOUserClient.cpp1003 IOTakeLock( &lock ); in handler()
/xnu-11215.1.10/iokit/IOKit/
H A DIOLocks.h193 IOTakeLock( IOLock * lock) in IOTakeLock() function