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

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c171 static TW_VOID twa_watchdog(TW_VOID *arg);
415 callout_reset(&(sc->watchdog_callout[0]), 5*hz, twa_watchdog, &sc->ctlr_handle);
422 twa_watchdog(TW_VOID *arg) function
465 callout_reset(&(sc->watchdog_callout[i]), 70*hz, twa_watchdog, &sc->ctlr_handle);
472 callout_reset(&(sc->watchdog_callout[i]), 5*hz, twa_watchdog, &sc->ctlr_handle);

Completed in 111 milliseconds