Lines Matching refs:heartbeat
202 static int heartbeat = WATCHDOG_HEARTBEAT; variable
203 module_param(heartbeat, int, 0);
204 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. "
406 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_start()
461 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ); in pcwd_keepalive()
474 heartbeat = t; in pcwd_set_heartbeat()
477 pr_debug("New heartbeat: %d\n", heartbeat); in pcwd_set_heartbeat()
657 return put_user(heartbeat, argp); in pcwd_ioctl()
910 if (heartbeat == 0) in pcwd_isa_probe()
911 heartbeat = heartbeat_tbl[(pcwd_get_option_switches() & 0x07)]; in pcwd_isa_probe()
915 if (pcwd_set_heartbeat(heartbeat)) { in pcwd_isa_probe()
938 heartbeat, nowayout); in pcwd_isa_probe()