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

/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c106 static void ex_watchdog(void *);
391 callout_reset(&sc->timer, hz, ex_watchdog, sc);
975 ex_watchdog(void *arg) function
981 DODEBUG(Start_End, if_printf(ifp, "ex_watchdog: start\n"););
991 DODEBUG(Start_End, if_printf(ifp, "ex_watchdog: finish\n"););
994 callout_reset(&sc->timer, hz, ex_watchdog, sc);

Completed in 50 milliseconds