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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp5545 context.maxTimeRequested = 0;
5620 context.maxTimeRequested = 0;
5649 context.maxTimeRequested = k30Seconds;
5676 context.maxTimeRequested = k30Seconds;
5688 OUR_PMLog(kPMLogStartAckTimer, context.maxTimeRequested, 0);
5690 getPMRootDomain()->traceDetail( context.maxTimeRequested / 1000 );
5691 start_ack_timer( context.maxTimeRequested / 1000, kMillisecondScale );
5887 if ( notify.returnValue > context->maxTimeRequested )
5891 context->maxTimeRequested = kPriorityClientMaxWait;
5899 context->maxTimeRequested
[all...]
H A DIOServicePMPrivate.h525 uint32_t maxTimeRequested; member in struct:IOPMInterestContext

Completed in 25 milliseconds