Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp614 AbsoluteTime gIOLastWakeAbsTime; variable
2562 SUB_ABSOLUTETIME(&now, &gIOLastWakeAbsTime); in startIdleSleepTimer()
2600 if (!assertOnWakeSecs && gIOLastWakeAbsTime) { in cancelIdleSleepTimer()
2604 SUB_ABSOLUTETIME(&now, &gIOLastWakeAbsTime); in cancelIdleSleepTimer()
2964 clock_get_uptime(&gIOLastWakeAbsTime); in powerChangeDone()
2996 _aotLastWakeTime = gIOLastWakeAbsTime; in powerChangeDone()
3353 if (!assertOnWakeSecs && gIOLastWakeAbsTime) { in updatePreventSystemSleepList()
3357 SUB_ABSOLUTETIME(&now, &gIOLastWakeAbsTime); in updatePreventSystemSleepList()
9124 SUB_ABSOLUTETIME(&now, &gIOLastWakeAbsTime);
9245 SUB_ABSOLUTETIME(&now, &gIOLastWakeAbsTime);
[all …]
/xnu-11215/osfmk/i386/AT386/
H A Dmodel_dep.c1171 extern AbsoluteTime gIOLastWakeAbsTime;
1189 …paniclog_append_noflush(" Wake : 0x%016llx 0x%016llx 0x%016llx\n", gIOLastWakeAbsTime, gAcpiLa… in panic_display_times()