Lines Matching refs:maxTimeRequested

6162 			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()
6334 getPMRootDomain()->traceDetail(context.messageType, 0, context.maxTimeRequested / 1000); in tellClientsWithResponse()
6335 getPMRootDomain()->reset_watchdog_timer(this, context.maxTimeRequested / USEC_PER_SEC + 1); in tellClientsWithResponse()
6337 start_ack_timer( context.maxTimeRequested / 1000, kMillisecondScale ); in tellClientsWithResponse()
6526 if (notify.returnValue > context->maxTimeRequested) { in pmTellClientWithResponse()
6528 context->maxTimeRequested = ackTimeRequested = kPriorityClientMaxWait; 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()
6758 context->maxTimeRequested = ackTimeRequested = kCapabilityClientMaxWait; in pmTellCapabilityClientWithResponse()
6765 context->maxTimeRequested = msgArg.maxWaitForReply; in pmTellCapabilityClientWithResponse()
6774 ackState->maxTimeRequested = ackTimeRequested; in pmTellCapabilityClientWithResponse()
7144 uint64_t timeRequestedNS = ack->maxTimeRequested * NSEC_PER_USEC; in updateClientResponses()