Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h847 uint64_t _aotTestTime; variable
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp3004 if (_aotTestTime) { in powerChangeDone()
3006 _aotTestTime = _aotTestTime + _aotTestInterval; in powerChangeDone()
3008 setWakeTime(_aotTestTime); in powerChangeDone()
4207 _aotTestTime = 0;
4221 _aotTestTime = mach_continuous_time() + _aotTestInterval;
4222 setWakeTime(_aotTestTime);