Lines Matching refs:fWatchdogTimer
487 fWatchdogTimer = thread_call_allocate( in PMinit()
553 if (fWatchdogTimer) { in PMfree()
554 thread_call_cancel(fWatchdogTimer); in PMfree()
555 thread_call_free(fWatchdogTimer); in PMfree()
556 fWatchdogTimer = NULL; in PMfree()
5697 if (!fWatchdogTimer || (kIOSleepWakeWdogOff & gIOKitDebug)) { in start_watchdog_timer()
5715 if (!thread_call_isactive(fWatchdogTimer)) { in start_watchdog_timer()
5716 thread_call_enter_delayed(fWatchdogTimer, deadline); in start_watchdog_timer()
5727 if (!fWatchdogTimer || (kIOSleepWakeWdogOff & gIOKitDebug)) { in stop_watchdog_timer()
5733 thread_call_cancel(fWatchdogTimer); in stop_watchdog_timer()
5758 if (!fWatchdogTimer || (kIOSleepWakeWdogOff & gIOKitDebug)) { in reset_watchdog_timer()
5808 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()
5820 if (!fWatchdogTimer || (kIOSleepWakeWdogOff & gIOKitDebug)) { in reset_watchdog_timer()
5836 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()
5865 thread_call_free(me->fWatchdogTimer); in watchdog_timer_expired()
5866 me->fWatchdogTimer = NULL; in watchdog_timer_expired()