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

/freebsd-12-stable/sys/x86/x86/
H A Dmp_watchdog.c74 static struct callout watchdog_callout; variable in typeref:struct:callout
88 callout_init(&watchdog_callout, 1);
109 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, NULL);
123 callout_stop(&watchdog_callout);
129 callout_reset(&watchdog_callout, 1 * hz, watchdog_function,
/freebsd-12-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c428 callout_init(&(sc->watchdog_callout[0]), 1);
429 callout_init(&(sc->watchdog_callout[1]), 1);
430 callout_reset(&(sc->watchdog_callout[0]), 5*hz, twa_watchdog, &sc->ctlr_handle);
481 callout_reset(&(sc->watchdog_callout[i]), 70*hz, twa_watchdog, &sc->ctlr_handle);
488 callout_reset(&(sc->watchdog_callout[i]), 5*hz, twa_watchdog, &sc->ctlr_handle);
893 callout_drain(&(sc->watchdog_callout[0]));
894 callout_drain(&(sc->watchdog_callout[1]));
H A Dtw_osl.h159 struct callout watchdog_callout[2]; /* For command timeout */ member in struct:twa_softc

Completed in 119 milliseconds