Searched refs:an_stat_ch (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/an/ |
| HD | if_anreg.h | 478 struct callout an_stat_ch; member
|
| HD | if_an.c | 809 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()
|