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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h429 UInt32 maxTimeRequested; member in struct:context
H A DIOServicePM.cpp4442 theContext.maxTimeRequested = 0;
4489 theContext.maxTimeRequested = 0;
4509 OUR_PMLog(kPMLogStartAckTimer,theContext.maxTimeRequested, 0);
4510 start_ack_timer( theContext.maxTimeRequested / 1000, kMillisecondScale );
4562 if ( theContext->maxTimeRequested < k30seconds )
4564 theContext->maxTimeRequested = k30seconds;
4624 if ( theContext->maxTimeRequested < notify.returnValue )
4626 theContext->maxTimeRequested = notify.returnValue;

Completed in 78 milliseconds