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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-watchdog.c32 static unsigned int watchdog_hz = 1; variable
61 mdelay((10 * 1000) / watchdog_hz); /* wait 10 ticks */
75 watchdog_hz = 1;
100 watchdog_hz = (tmp + 500) / 1000;
113 printk(KERN_INFO "Watchdog: running at %uHz\n", watchdog_hz);
151 if (watchdog_alert_counter == 5 * watchdog_hz) {

Completed in 97 milliseconds