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

/freebsd-10.2-release/sys/dev/bfe/
H A Dif_bfe.c439 callout_init_mtx(&sc->bfe_stat_co, &sc->bfe_mtx, 0);
551 callout_drain(&sc->bfe_stat_co);
1723 callout_reset(&sc->bfe_stat_co, hz, bfe_tick, sc);
1840 callout_reset(&sc->bfe_stat_co, hz, bfe_tick, sc);
1857 callout_stop(&sc->bfe_stat_co);
H A Dif_bfereg.h597 struct callout bfe_stat_co; member in struct:bfe_softc

Completed in 102 milliseconds