Searched refs:sc_tick_ch (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/powerpc/ps3/ |
H A D | if_glcreg.h | 107 struct callout sc_tick_ch; member
|
H A D | if_glc.c | 132 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0); in glc_attach() 344 callout_reset(&sc->sc_tick_ch, hz, glc_tick, sc); in glc_init_locked() 384 callout_reset(&sc->sc_tick_ch, hz, glc_tick, sc); in glc_tick()
|
/freebsd/sys/dev/cas/ |
H A D | if_casvar.h | 135 struct callout sc_tick_ch; /* tick callout */ member
|
H A D | if_cas.c | 201 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0); in cas_attach() 474 callout_drain(&sc->sc_tick_ch); in cas_detach() 666 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc); in cas_tick() 719 callout_stop(&sc->sc_tick_ch); in cas_stop() 1169 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc); in cas_init_locked()
|
/freebsd/sys/dev/gem/ |
H A D | if_gemvar.h | 113 struct callout sc_tick_ch; /* tick callout */ member
|
H A D | if_gem.c | 166 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0); in gem_attach() 411 callout_drain(&sc->sc_tick_ch); in gem_detach() 579 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc); in gem_tick() 642 callout_stop(&sc->sc_tick_ch); in gem_stop() 1067 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc); in gem_init_locked()
|
/freebsd/sys/dev/stge/ |
H A D | if_stge.c | 444 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0); in stge_attach() 670 callout_drain(&sc->sc_tick_ch); in stge_detach() 1846 callout_reset(&sc->sc_tick_ch, hz, stge_tick, sc); in stge_tick() 2152 callout_reset(&sc->sc_tick_ch, hz, stge_tick, sc); in stge_init_locked() 2204 callout_stop(&sc->sc_tick_ch); in stge_stop()
|
H A D | if_stgereg.h | 639 struct callout sc_tick_ch; /* tick callout */ member
|