Searched refs:IOSimpleLockUnlockEnableInterrupt (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.1.13/iokit/Kernel/ |
| H A D | IOSyncer.cpp | 76 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 D | IOWorkLoop.cpp | 258 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 D | IOInterruptController.cpp | 663 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 D | IOPerfControl.cpp | 215 IOSimpleLockUnlockEnableInterrupt(workTableLock, s); in allocateToken() 234 IOSimpleLockUnlockEnableInterrupt(workTableLock, s); in deallocateToken()
|
| H A D | IOUserServer.cpp | 1493 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in IOInterruptDispatchSourceInterrupt() 1618 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in SetEnableWithCompletion_Impl() 1624 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in SetEnableWithCompletion_Impl() 1642 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in Cancel_Impl() 1679 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl() 1682 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl() 1685 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl() 1692 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in CheckForWork_Impl() 1725 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in GetLastInterrupt_Impl() 2191 IOSimpleLockUnlockEnableInterrupt(ivars->lock, is); in waitInterruptTrap() [all …]
|
| H A D | IOReporter.cpp | 407 IOSimpleLockUnlockEnableInterrupt(_reporterLock, _interruptState); in unlockReporter()
|
| /xnu-10002.1.13/iokit/IOKit/ |
| H A D | IOLocks.h | 544 IOSimpleLockUnlockEnableInterrupt( IOSimpleLock * lock, in IOSimpleLockUnlockEnableInterrupt() function
|