Home
last modified time | relevance | path

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

/NextBSD/sys/dev/an/
HDif_anreg.h478 struct callout an_stat_ch; member
HDif_an.c809 callout_init_mtx(&sc->an_stat_ch, &sc->an_mtx, 0); in an_attach()
838 callout_drain(&sc->an_stat_ch); in an_detach()
1188 callout_reset(&sc->an_stat_ch, hz, an_stats_update, sc); in an_stats_update()
1197 callout_reset(&sc->an_stat_ch, hz, an_stats_update, sc); in an_stats_update()
2713 callout_reset(&sc->an_stat_ch, hz, an_stats_update, sc); in an_init_locked()
2935 callout_stop(&sc->an_stat_ch); in an_stop()