Searched refs:waitingInactive (Results 1 – 1 of 1) sorted by relevance
2553 OSArray * waitingInactive; in terminatePhase1() local2587 waitingInactive = OSArray::withCapacity( 16 ); in terminatePhase1()2588 if (!makeInactive || !waitingInactive) { in terminatePhase1()2590 OSSafeReleaseNULL(waitingInactive); in terminatePhase1()2613 if (-1U == waitingInactive->getNextIndexOfObject(victim, 0)) { in terminatePhase1()2639 waitingInactive->headQ(victim); in terminatePhase1()2726 while ((victim = (IOService *) waitingInactive->getObject(0))) { in terminatePhase1()2728 waitingInactive->removeObject(0); in terminatePhase1()2743 waitingInactive->release(); in terminatePhase1()