Lines Matching refs:heartbeat
59 * As such, we currently use a configurable heartbeat interval which defaults
61 * writes to the device before the next heartbeat is scheduled. If the daemon
67 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat */
68 static int heartbeat = WATCHDOG_HEARTBEAT; /* in seconds */
92 next_heartbeat = jiffies + (heartbeat * HZ);
152 next_heartbeat = jiffies + (heartbeat * HZ);
167 heartbeat = t;
253 rc = sh_wdt_set_heartbeat(&sh_wdt_dev, heartbeat);
259 "heartbeat value must be 1<=x<=3600, using %d\n",
263 dev_info(&pdev->dev, "configured with heartbeat=%d sec (nowayout=%d)\n",
334 module_param(heartbeat, int, 0);
335 MODULE_PARM_DESC(heartbeat,
336 "Watchdog heartbeat in seconds. (1 <= heartbeat <= 3600, default="