Home
last modified time | relevance | path

Searched refs:carp_thresh_seconds (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c92 static int carp_thresh_seconds = -1; variable
301 if (sec < carp_thresh_seconds) in watchdog_check_dogfunction_time()
315 carp_thresh_seconds); in watchdog_check_dogfunction_time()
320 carp_thresh_seconds); in watchdog_check_dogfunction_time()
736 carp_thresh_seconds = in parseargs()
774 if (carp_thresh_seconds == -1) in parseargs()
775 carp_thresh_seconds = nap; in parseargs()