Lines Matching refs:heartbeat
64 static int heartbeat = DEFAULT_HEARTBEAT; variable
142 wdd->min_hw_heartbeat_ms = 520 * heartbeat + MAX_HW_ERROR; in rti_wdt_setup_hw_hb()
147 wdd->min_hw_heartbeat_ms = 770 * heartbeat + MAX_HW_ERROR; in rti_wdt_setup_hw_hb()
152 wdd->min_hw_heartbeat_ms = 895 * heartbeat + MAX_HW_ERROR; in rti_wdt_setup_hw_hb()
157 wdd->min_hw_heartbeat_ms = 955 * heartbeat + MAX_HW_ERROR; in rti_wdt_setup_hw_hb()
162 wdd->min_hw_heartbeat_ms = 989 * heartbeat + MAX_HW_ERROR; in rti_wdt_setup_hw_hb()
281 if (preset_heartbeat != heartbeat) in rti_wdt_probe()
284 heartbeat = preset_heartbeat; in rti_wdt_probe()
336 watchdog_init_timeout(wdd, heartbeat, dev); in rti_wdt_probe()
391 module_param(heartbeat, int, 0);
392 MODULE_PARM_DESC(heartbeat,