Home
last modified time | relevance | path

Searched refs:fDextLock (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/iokit/Kernel/
H A DIOKitKernelInternal.h144 IOLock * fDextLock; member
H A DIODMACommand.cpp342 fInternalState->fDextLock = IOLockAlloc(); in setSpecification()
354 if (fInternalState->fDextLock) { in free()
358 IOLockFree(fInternalState->fDextLock); in free()
H A DIOUserServer.cpp1024 assert(fInternalState->fDextLock); in PrepareForDMA_Impl()
1025 IOLockLock(fInternalState->fDextLock); in PrepareForDMA_Impl()
1070 IOLockUnlock(fInternalState->fDextLock); in PrepareForDMA_Impl()
1087 assert(fInternalState->fDextLock); in CompleteDMA_Impl()
1088 IOLockLock(fInternalState->fDextLock); in CompleteDMA_Impl()
1110 IOLockUnlock(fInternalState->fDextLock); in CompleteDMA_Impl()