Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_watchdog.c74 static struct callout watchdog_callout; variable
88 callout_init(&watchdog_callout, 1); in watchdog_init()
109 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, NULL); in watchdog_function()
123 callout_stop(&watchdog_callout); in watchdog_change()
129 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, in watchdog_change()