Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6213 uint32_t maxTimeOut = kMaxTimeRequested; in tellClientsWithResponse() local
6271 maxTimeOut = kCanSleepMaxTimeReq; in tellClientsWithResponse()
6273 maxTimeOut = (gSleepAckTimeout * us_per_s); in tellClientsWithResponse()
6277 maxTimeOut = kWillSleepMaxTimeReq; in tellClientsWithResponse()
6279 maxTimeOut = (gSleepAckTimeout * us_per_s); in tellClientsWithResponse()
6282 context.maxTimeRequested = maxTimeOut; in tellClientsWithResponse()
6308 maxTimeOut = kCanSleepMaxTimeReq; in tellClientsWithResponse()
6310 maxTimeOut = (gSleepAckTimeout * us_per_s); in tellClientsWithResponse()
6313 context.maxTimeRequested = maxTimeOut; in tellClientsWithResponse()