Searched refs:dc_stat_ch (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 2485 callout_init_mtx(&sc->dc_stat_ch, &sc->dc_mtx, 0); in dc_attach() 2538 callout_drain(&sc->dc_stat_ch); in dc_detach() 3149 callout_reset(&sc->dc_stat_ch, hz/10, dc_tick, sc); in dc_tick() 3151 callout_reset(&sc->dc_stat_ch, hz, dc_tick, sc); in dc_tick() 3767 callout_reset(&sc->dc_stat_ch, hz/10, dc_tick, sc); in dc_init_locked() 3769 callout_reset(&sc->dc_stat_ch, hz, dc_tick, sc); in dc_init_locked() 3962 callout_stop(&sc->dc_stat_ch); in dc_stop()
|
H A D | if_dcreg.h | 770 struct callout dc_stat_ch; member
|