Lines Matching full:heartbeat
68 #define WD_TIMO 60 /* Default heartbeat = 60 seconds */
70 static int heartbeat = WD_TIMO; variable
72 module_param(heartbeat, int, 0);
73 MODULE_PARM_DESC(heartbeat,
74 "Watchdog heartbeat in seconds. (0<heartbeat<65536, default="
156 wdtpci_ctr_load(1, wd_heartbeat);/* Heartbeat */ in wdtpci_start()
187 * Reload counter one with the watchdog heartbeat. We don't bother
201 wdtpci_ctr_load(1, wd_heartbeat);/* Heartbeat */ in wdtpci_ping()
210 * @t: the new heartbeat value that needs to be set.
212 * Set a new heartbeat value for the watchdog device. If the heartbeat
222 heartbeat = t; in wdtpci_set_heartbeat()
431 return put_user(heartbeat, p); in wdtpci_ioctl()
647 /* Check that the heartbeat value is within its range; in wdtpci_init_one()
649 if (wdtpci_set_heartbeat(heartbeat)) { in wdtpci_init_one()
651 pr_info("heartbeat value must be 0 < heartbeat < 65536, using %d\n", in wdtpci_init_one()
677 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n", in wdtpci_init_one()
678 heartbeat, nowayout); in wdtpci_init_one()