Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c173 callout_init_mtx(&sc->malo_watchdog_timer, &sc->malo_mtx, 0); in malo_attach()
1285 callout_reset(&sc->malo_watchdog_timer, hz, malo_watchdog, sc); in malo_watchdog()
1479 callout_reset(&sc->malo_watchdog_timer, hz, malo_watchdog, sc); in malo_init_locked()
1630 callout_stop(&sc->malo_watchdog_timer); in malo_stop()
2114 callout_drain(&sc->malo_watchdog_timer); in malo_detach()
H A Dif_malo.h555 struct callout malo_watchdog_timer; member