Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp3327 static const int maxTimeout = 100000; in start_PM_idle_timer() local
3346 if (idle_in > maxTimeout) { in start_PM_idle_timer()
3820 int maxTimeout = 0; in notifyInterestedDriversDone() local
3860 if (result > maxTimeout) { in notifyInterestedDriversDone()
3861 maxTimeout = result; in notifyInterestedDriversDone()
3877 getPMRootDomain()->reset_watchdog_timer(this, maxTimeout / USEC_PER_SEC + 1); in notifyInterestedDriversDone()