Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.cpp639 IOTakeLock(vectors[0].interruptLock); in enableCPUInterrupt()
668 IOTakeLock(vector->interruptLock); in registerInterrupt()
690 IOTakeLock(vectors[0].interruptLock); in registerInterrupt()
H A DIOCommandQueue.cpp246 IOTakeLock(producerLock); in enqueueCommand()
H A DIOService.cpp1618 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1784 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1830 IOTakeLock( gArbitrationLockQueueLock ); in lockForArbitration()
1883 IOTakeLock( gArbitrationLockQueueLock ); in unlockForArbitration()
5594 IOTakeLock( gJobsLock ); in main()
5627 IOTakeLock( gJobsLock ); in main()
5701 IOTakeLock( gJobsLock ); in pingConfig()
H A DIOUserClient.cpp946 IOTakeLock( lock ); in handler()
/xnu-8019.80.24/iokit/IOKit/
H A DIOLocks.h177 IOTakeLock( IOLock * lock) in IOTakeLock() function