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

/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c63 static struct callout wd_softtimeo_handle; variable in typeref:struct:callout
160 callout_stop(&wd_softtimeo_handle);
162 (void) callout_reset(&wd_softtimeo_handle,
410 callout_init(&wd_softtimeo_handle, 1);
416 callout_stop(&wd_softtimeo_handle);
418 callout_drain(&wd_softtimeo_handle);

Completed in 101 milliseconds