Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_clock.c337 static int watchdog_ticks; variable
506 i = atomic_fetchadd_int(&watchdog_ticks, -newticks); in hardclock()
793 watchdog_ticks = (1 << (u - WD_TO_1SEC)) * hz; in watchdog_config()