Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp165 IOLock * fLock; member in IOUserUserClient
4031 IOLockLock(fLock); in finalize()
4250 IOLockLock(fLock); in clientClose()
4350 if (fLock) { in free()
4469 IOLockLock(fLock); in registerClass()
4620 IOLockLock(fLock); in serviceAttach()
4964 IOLockLock(fLock); in serviceSetPowerState()
5030 IOLockLock(fLock); in powerStateDidChangeTo()
5071 IOLockLock(fLock); in checkPMReady()
5485 IOLockLock(fLock); in systemPower()
[all …]
H A DIORegistryEntry.cpp65 IORecursiveLock * fLock; member
121 #define PUNLOCK IORecursiveLockUnlock( reserved->fLock )
122 #define PLOCK IORecursiveLockLock( reserved->fLock )
299 reserved->fLock = IORecursiveLockAlloc(); in init()
300 if (!reserved->fLock) { in init()
361 reserved->fLock = IORecursiveLockAlloc(); in init()
362 if (!reserved->fLock) { in init()
451 if (reserved->fLock) { in free()
452 IORecursiveLockFree(reserved->fLock); in free()
H A DIOServicePrivate.h259 IOLock * fLock; variable
H A DIOServicePM.cpp8923 return fLock != NULL; in init()
8931 if (fLock) { in free()
8932 IOLockFree(fLock); in free()
8933 fLock = NULL; in free()
8945 IOLockLock(fLock); in queuePMRequest()
8947 IOLockUnlock(fLock); in queuePMRequest()
8960 IOLockLock(fLock); in queuePMRequestChain()
8967 IOLockUnlock(fLock); in queuePMRequestChain()
8982 IOLockLock( fLock ); in checkForWork()
8992 IOLockUnlock(fLock); in checkForWork()
[all …]
H A DIOServicePMPrivate.h753 IOLock * fLock; variable
/xnu-11215/iokit/IOKit/
H A DIOUserServer.h161 IOLock * fLock; variable