Searched refs:_standbyTimerResetSeconds (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h653 clock_sec_t _standbyTimerResetSeconds; member in class:IOPMrootDomain
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp3891 if (!_standbyTimerResetSeconds ||
3892 (now_secs <= _standbyTimerResetSeconds))
3895 _standbyTimerResetSeconds = now_secs;
3897 standbyDelay, (uint32_t) _standbyTimerResetSeconds);
3902 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds;
3918 _standbyTimerResetSeconds = 0;
3941 _standbyTimerResetSeconds = 0;
5947 _standbyTimerResetSeconds = 0;

Completed in 86 milliseconds