Lines Matching refs:heartbeat
33 static unsigned int heartbeat = DEFAULT_HEARTBEAT;
214 if (heartbeat < 1 || heartbeat > MAX_HEARTBEAT)
215 heartbeat = DEFAULT_HEARTBEAT;
217 wdt->timeout = max63xx_select_timeout(table, heartbeat);
219 dev_err(dev, "unable to satisfy %ds heartbeat request\n",
220 heartbeat);
242 dev_info(dev, "using %ds heartbeat with %ds initial delay\n",
271 module_param(heartbeat, int, 0);
272 MODULE_PARM_DESC(heartbeat,
273 "Watchdog heartbeat period in seconds from 1 to "