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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp84 static uint32_t gIOPMBusyCount = 0; variable
7045 fMachineState, gIOPMBusyCount);
8108 gIOPMBusyCount++;
8153 assert(gIOPMBusyCount > 0);
8154 if (gIOPMBusyCount)
8155 gIOPMBusyCount--;

Completed in 123 milliseconds