Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/watchdogd/
Dwatchdogd.c94 static int carp_thresh_seconds = -1; variable
303 if (sec < carp_thresh_seconds) in watchdog_check_dogfunction_time()
317 carp_thresh_seconds); in watchdog_check_dogfunction_time()
322 carp_thresh_seconds); in watchdog_check_dogfunction_time()
738 carp_thresh_seconds = in parseargs()
776 if (carp_thresh_seconds == -1) in parseargs()
777 carp_thresh_seconds = nap; in parseargs()