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

/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h698 clock_sec_t _standbyTimerResetSeconds; member in class:IOPMrootDomain
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp4037 if (!_standbyTimerResetSeconds ||
4038 (now_secs <= _standbyTimerResetSeconds))
4041 _standbyTimerResetSeconds = now_secs;
4043 standbyDelay, (uint32_t) _standbyTimerResetSeconds);
4048 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds;
4064 _standbyTimerResetSeconds = 0;
4087 _standbyTimerResetSeconds = 0;
6358 _standbyTimerResetSeconds = 0;

Completed in 38 milliseconds