Lines Matching refs:heartbeat
55 static int heartbeat = DEFAULT_HEARTBEAT; variable
126 wdd->min_hw_heartbeat_ms = 500 * heartbeat; in rti_wdt_setup_hw_hb()
131 wdd->min_hw_heartbeat_ms = 750 * heartbeat; in rti_wdt_setup_hw_hb()
136 wdd->min_hw_heartbeat_ms = 875 * heartbeat; in rti_wdt_setup_hw_hb()
141 wdd->min_hw_heartbeat_ms = 935 * heartbeat; in rti_wdt_setup_hw_hb()
146 wdd->min_hw_heartbeat_ms = 969 * heartbeat; in rti_wdt_setup_hw_hb()
268 if (heartbeat_ms != heartbeat * 1000) in rti_wdt_probe()
271 heartbeat = heartbeat_ms; in rti_wdt_probe()
272 heartbeat /= 1000; in rti_wdt_probe()
288 watchdog_init_timeout(wdd, heartbeat, dev); in rti_wdt_probe()
339 module_param(heartbeat, int, 0);
340 MODULE_PARM_DESC(heartbeat,