Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c56 static struct callout wd_pretimeo_handle; variable
291 callout_stop(&wd_pretimeo_handle); in wd_set_pretimeout()
309 (void) callout_reset(&wd_pretimeo_handle, in wd_set_pretimeout()
406 callout_init(&wd_pretimeo_handle, 1); in watchdog_modevent()
412 callout_stop(&wd_pretimeo_handle); in watchdog_modevent()
414 callout_drain(&wd_pretimeo_handle); in watchdog_modevent()