Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c60 static struct callout wd_softtimeo_handle; variable
157 callout_stop(&wd_softtimeo_handle); in wdog_kern_pat()
159 (void) callout_reset(&wd_softtimeo_handle, in wdog_kern_pat()
407 callout_init(&wd_softtimeo_handle, 1); in watchdog_modevent()
413 callout_stop(&wd_softtimeo_handle); in watchdog_modevent()
415 callout_drain(&wd_softtimeo_handle); in watchdog_modevent()