Lines Matching full:heartbeat
72 #define WD_TIMO 60 /* Default heartbeat = 60 seconds */
74 static int heartbeat = WD_TIMO; variable
76 module_param(heartbeat, int, 0);
77 MODULE_PARM_DESC(heartbeat,
78 "Watchdog heartbeat in seconds. (0<heartbeat<65536, default="
160 wdtpci_ctr_load(1, wd_heartbeat);/* Heartbeat */ in wdtpci_start()
191 * Reload counter one with the watchdog heartbeat. We don't bother
205 wdtpci_ctr_load(1, wd_heartbeat);/* Heartbeat */ in wdtpci_ping()
214 * @t: the new heartbeat value that needs to be set.
216 * Set a new heartbeat value for the watchdog device. If the heartbeat
226 heartbeat = t; in wdtpci_set_heartbeat()
435 return put_user(heartbeat, p); in wdtpci_ioctl()
652 /* Check that the heartbeat value is within its range; in wdtpci_init_one()
654 if (wdtpci_set_heartbeat(heartbeat)) { in wdtpci_init_one()
656 pr_info("heartbeat value must be 0 < heartbeat < 65536, using %d\n", in wdtpci_init_one()
682 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n", in wdtpci_init_one()
683 heartbeat, nowayout); in wdtpci_init_one()