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

/freebsd-11.0-release/sys/dev/an/
H A Dif_an.c165 static void an_stats_update(void *);
1148 an_stats_update(void *xsc) function
1171 callout_reset(&sc->an_stat_ch, hz, an_stats_update, sc);
1180 callout_reset(&sc->an_stat_ch, hz, an_stats_update, sc);
2696 callout_reset(&sc->an_stat_ch, hz, an_stats_update, sc);

Completed in 175 milliseconds