Searched refs:fLock (Results 1 – 6 of 6) sorted by relevance
165 IOLock * fLock; member in IOUserUserClient4031 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 …]
65 IORecursiveLock * fLock; member121 #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()
259 IOLock * fLock; variable
8923 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 …]
753 IOLock * fLock; variable
161 IOLock * fLock; variable