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

/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp90 static uint32_t gIOPMBusyCount = 0; variable
7105 fMachineState, gIOPMBusyCount);
8206 gIOPMBusyCount++;
8251 assert(gIOPMBusyCount > 0);
8252 if (gIOPMBusyCount)
8253 gIOPMBusyCount--;

Completed in 26 milliseconds