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

/freebsd-12-stable/sys/dev/watchdog/
H A Dwatchdog.c58 static struct callout wd_pretimeo_handle; variable in typeref:struct:callout
293 callout_stop(&wd_pretimeo_handle);
311 (void) callout_reset(&wd_pretimeo_handle,
408 callout_init(&wd_pretimeo_handle, 1);
414 callout_stop(&wd_pretimeo_handle);
416 callout_drain(&wd_pretimeo_handle);

Completed in 53 milliseconds