Searched refs:watchdog_enabled (Results 1 – 2 of 2) sorted by relevance
24 bool watchdog_enabled(void);31 #define watchdog_enabled() ((void)0) macro
460 bool watchdog_enabled(void) in watchdog_enabled() function487 if ( (this_cpu(last_irq_sums) == sum) && watchdog_enabled() ) in nmi_watchdog_tick()
Completed in 3 milliseconds