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

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wb.c607 callout_init_mtx(&sc->wb_stat_callout, &sc->wb_mtx, 0);
729 callout_drain(&sc->wb_stat_callout);
1138 callout_reset(&sc->wb_stat_callout, hz, wb_tick, sc);
1460 callout_reset(&sc->wb_stat_callout, hz, wb_tick, sc);
1584 callout_stop(&sc->wb_stat_callout);
H A Dif_wbreg.h362 struct callout wb_stat_callout; member in struct:wb_softc

Completed in 38 milliseconds