Home
last modified time | relevance | path

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

/freebsd/sys/dev/my/
H A Dif_my.c123 static void my_watchdog(void *);
808 callout_init_mtx(&sc->my_watchdog, &sc->my_mtx, 0); in my_attach()
988 callout_drain(&sc->my_watchdog); in my_detach()
1551 callout_reset(&sc->my_watchdog, hz, my_watchdog, sc); in my_init_locked()
1677 my_watchdog(void *arg) in my_watchdog() function
1684 callout_reset(&sc->my_watchdog, hz, my_watchdog, sc); in my_watchdog()
1713 callout_stop(&sc->my_watchdog); in my_stop()
H A Dif_myreg.h376 struct callout my_watchdog; member