Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c438 callout_init_mtx(&sc->bfe_stat_co, &sc->bfe_mtx, 0); in bfe_attach()
549 callout_drain(&sc->bfe_stat_co); in bfe_detach()
1723 callout_reset(&sc->bfe_stat_co, hz, bfe_tick, sc); in bfe_init_locked()
1840 callout_reset(&sc->bfe_stat_co, hz, bfe_tick, sc); in bfe_tick()
1857 callout_stop(&sc->bfe_stat_co); in bfe_stop()
H A Dif_bfereg.h597 struct callout bfe_stat_co; member