Searched refs:gIOPMBusyCount (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp87 static uint32_t gIOPMBusyCount = 0; variable
6604 fMachineState, gIOPMBusyCount);
7668 gIOPMBusyCount++;
7713 assert(gIOPMBusyCount > 0);
7714 if (gIOPMBusyCount)
7715 gIOPMBusyCount--;

Completed in 23 milliseconds