Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_clock.c339 static int watchdog_enabled; variable
493 if (watchdog_enabled > 0 && --watchdog_ticks <= 0) in hardclock()
565 if (watchdog_enabled > 0) { in hardclock_cnt()
852 watchdog_enabled = 1; in watchdog_config()
855 watchdog_enabled = 0; in watchdog_config()