Home
last modified time | relevance | path

Searched refs:IOSimpleLockUnlockEnableInterrupt (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.81.4/iokit/Kernel/
H A DIOSyncer.cpp76 IOSimpleLockUnlockEnableInterrupt(guardLock, is); in reinit()
99 IOSimpleLockUnlockEnableInterrupt(guardLock, is); in wait()
102 IOSimpleLockUnlockEnableInterrupt(guardLock, is); in wait()
131 IOSimpleLockUnlockEnableInterrupt(guardLock, is); in privateSignal()
H A DIOWorkLoop.cpp258 IOSimpleLockUnlockEnableInterrupt(workToDoLock, is); in free()
396 IOSimpleLockUnlockEnableInterrupt(workToDoLock, is); in runEventSources()
441 IOSimpleLockUnlockEnableInterrupt(workToDoLock, is); in threadMain()
455 IOSimpleLockUnlockEnableInterrupt(workToDoLock, is); in threadMain()
496 IOSimpleLockUnlockEnableInterrupt(workToDoLock, is); in signalWorkAvailable()
H A DIOInterruptController.cpp663 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in registerInterrupt()
710 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in unregisterInterrupt()
750 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in enableInterrupt()
756 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in enableInterrupt()
790 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in disableInterrupt()
H A DIOPerfControl.cpp244 IOSimpleLockUnlockEnableInterrupt(workTableLock, s); in allocateToken()
264 IOSimpleLockUnlockEnableInterrupt(workTableLock, s); in deallocateToken()
H A DIOUserServer.cpp1504 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in IOInterruptDispatchSourceInterrupt()
1631 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in SetEnableWithCompletion_Impl()
1637 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in SetEnableWithCompletion_Impl()
1660 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in Cancel_Impl()
1702 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl()
1705 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl()
1708 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl()
1715 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl()
1748 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in GetLastInterrupt_Impl()
2218 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in waitInterruptTrap()
[all …]
H A DIOReporter.cpp407 IOSimpleLockUnlockEnableInterrupt(_reporterLock, _interruptState); in unlockReporter()
/xnu-11215.81.4/iokit/IOKit/
H A DIOLocks.h549 IOSimpleLockUnlockEnableInterrupt( IOSimpleLock * lock, in IOSimpleLockUnlockEnableInterrupt() function