Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp7819 uint64_t nowAbs, wakeAbs; local
7826 wakeAbs = continuoustime_to_absolutetime(wakeContinuousTime);
7827 if (wakeAbs < nowAbs) {
7828 printf(LOG_PREFIX "wakeAbs %qd < nowAbs %qd\n", wakeAbs, nowAbs);
7829 wakeAbs = nowAbs;
7831 wakeAbs -= nowAbs;
7832 absolutetime_to_microtime(wakeAbs, &wakesecs, &wakemicrosecs);