Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp1104 getPMRootDomain()->reset_watchdog_timer(this, 0); in removePowerChild()
1641 getPMRootDomain()->reset_watchdog_timer(this, 0); in handleAcknowledgePowerChange()
1703 getPMRootDomain()->reset_watchdog_timer(this, 0); in handleAcknowledgeSetPowerState()
3877 getPMRootDomain()->reset_watchdog_timer(this, maxTimeout / USEC_PER_SEC + 1); in notifyInterestedDriversDone()
3930 reset_watchdog_timer(); in notifyRootDomainDone()
4548 getPMRootDomain()->reset_watchdog_timer(this, result / USEC_PER_SEC + 1); in notifyControllingDriverDone()
5615 getPMRootDomain()->reset_watchdog_timer(this, 0); in ackTimerTick()
5654 getPMRootDomain()->reset_watchdog_timer(this, 0); in ackTimerTick()
5752 IOService::reset_watchdog_timer(IOService *blockedObject, int pendingResponseTimeout) in reset_watchdog_timer() function in IOService
5816 IOService::reset_watchdog_timer(int timeout) in reset_watchdog_timer() function in IOService
[all …]
H A DIOPMrootDomain.cpp4238 reset_watchdog_timer(timeout);
/xnu-11215/iokit/IOKit/
H A DIOService.h2245 void reset_watchdog_timer(IOService *obj, int timeout);
2246 void reset_watchdog_timer(int timeout = 0);