Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp94 static uint32_t gIOPMWorkInvokeCount = 0; variable
8040 gIOPMWorkInvokeCount++; in actionPMWorkQueueInvoke()
9172 uint32_t cachedWorkCount = gIOPMWorkInvokeCount; in checkForWork()
9196 if (cachedWorkCount == gIOPMWorkInvokeCount) { in checkForWork()