Searched refs:watchdog_hz (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
H A Dmn10300-watchdog.c31 static unsigned int watchdog_hz = 1; variable
57 mdelay((10 * 1000) / watchdog_hz); /* wait 10 ticks */ check_watchdog()
71 watchdog_hz = 1; check_watchdog()
96 watchdog_hz = (tmp + 500) / 1000; setup_watchdog()
109 printk(KERN_INFO "Watchdog: running at %uHz\n", watchdog_hz); watchdog_go()
162 if (watchdog_alert_counter[cpu] == 5 * watchdog_hz) { for_each_online_cpu()

Completed in 29 milliseconds