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

/freebsd-13-stable/sys/dev/my/
H A Dif_my.c126 static void my_watchdog(void *);
813 callout_init_mtx(&sc->my_watchdog, &sc->my_mtx, 0);
994 callout_drain(&sc->my_watchdog);
1557 callout_reset(&sc->my_watchdog, hz, my_watchdog, sc);
1683 my_watchdog(void *arg) function
1690 callout_reset(&sc->my_watchdog, hz, my_watchdog, sc);
1719 callout_stop(&sc->my_watchdog);
H A Dif_myreg.h378 struct callout my_watchdog; member in struct:my_softc

Completed in 39 milliseconds