Home
last modified time | relevance | path

Searched refs:sc_tick_ch (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dif_glcreg.h107 struct callout sc_tick_ch; member
H A Dif_glc.c132 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 Dif_casvar.h135 struct callout sc_tick_ch; /* tick callout */ member
H A Dif_cas.c201 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 Dif_gemvar.h113 struct callout sc_tick_ch; /* tick callout */ member
H A Dif_gem.c166 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 Dif_stge.c444 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 Dif_stgereg.h639 struct callout sc_tick_ch; /* tick callout */ member