Searched refs:fWatchdogTimer (Results 1 – 2 of 2) sorted by relevance
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()5715 if (!thread_call_isactive(fWatchdogTimer)) { in start_watchdog_timer()5733 thread_call_cancel(fWatchdogTimer); in stop_watchdog_timer()5808 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()5836 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()5865 thread_call_free(me->fWatchdogTimer); in watchdog_timer_expired()[all …]
386 #define fWatchdogTimer pwrMgt->WatchdogTimer macro