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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3183 bool wasQuiet, nowQuiet, needWake; local
3192 wasQuiet = (0 == count);
3193 if (((delta < 0) && wasQuiet) || ((delta > 0) && (kIOServiceBusyMax == count)))
3210 if( (wasQuiet || nowQuiet) ) {
3214 ((wasQuiet/*nowBusy*/) ? IOSERVICE_BUSY : IOSERVICE_NONBUSY),
3220 if (wasQuiet)
3234 context.argument = (void *) wasQuiet; /*nowBusy*/
3250 } while( (wasQuiet || nowQuiet) && (next = next->getProvider()));

Completed in 19 milliseconds