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()
265 if (heartbeat_ms != heartbeat * 1000) in rti_wdt_probe()
268 heartbeat = heartbeat_ms; in rti_wdt_probe()
269 heartbeat /= 1000; in rti_wdt_probe()
285 watchdog_init_timeout(wdd, heartbeat, dev); in rti_wdt_probe()
336 module_param(heartbeat, int, 0);
337 MODULE_PARM_DESC(heartbeat,