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

/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c59 static struct callout wd_pretimeo_handle; variable in typeref:struct:callout
294 callout_stop(&wd_pretimeo_handle);
312 (void) callout_reset(&wd_pretimeo_handle,
409 callout_init(&wd_pretimeo_handle, 1);
415 callout_stop(&wd_pretimeo_handle);
417 callout_drain(&wd_pretimeo_handle);

Completed in 178 milliseconds