Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6162 context.maxTimeRequested = 0; in cleanClientResponses()
6242 context.maxTimeRequested = 0; in tellClientsWithResponse()
6282 context.maxTimeRequested = maxTimeOut; in tellClientsWithResponse()
6313 context.maxTimeRequested = maxTimeOut; in tellClientsWithResponse()
6332 OUR_PMLog(kPMLogStartAckTimer, context.maxTimeRequested, 0); in tellClientsWithResponse()
6526 if (notify.returnValue > context->maxTimeRequested) { in pmTellClientWithResponse()
6535 context->maxTimeRequested = (typeof(context->maxTimeRequested))notify.returnValue; in pmTellClientWithResponse()
6544 ackState->maxTimeRequested = ackTimeRequested; in pmTellClientWithResponse()
6756 if (msgArg.maxWaitForReply > context->maxTimeRequested) { in pmTellCapabilityClientWithResponse()
6765 context->maxTimeRequested = msgArg.maxWaitForReply; in pmTellCapabilityClientWithResponse()
[all …]
H A DIOServicePMPrivate.h564 uint32_t maxTimeRequested; member
581 uint32_t maxTimeRequested; // microseconds variable