Searched refs:sc_tick_ch (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/dev/bm/
H A Dif_bmvar.h83 struct callout sc_tick_ch; member in struct:bm_softc
H A Dif_bm.c314 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
495 callout_drain(&sc->sc_tick_ch);
1056 callout_stop(&sc->sc_tick_ch);
1189 callout_reset(&sc->sc_tick_ch, hz, bm_tick, sc);
1223 callout_reset(&sc->sc_tick_ch, hz, bm_tick, sc);
/freebsd-10.0-release/sys/dev/hme/
H A Dif_hmevar.h108 struct callout sc_tick_ch; /* tick callout */ member in struct:hme_softc
H A Dif_hme.c218 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_lock, 0);
411 callout_drain(&sc->sc_tick_ch);
498 callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc);
507 callout_stop(&sc->sc_tick_ch);
926 callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc);
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dif_glcreg.h107 struct callout sc_tick_ch; member in struct:glc_softc
H A Dif_glc.c135 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
348 callout_reset(&sc->sc_tick_ch, hz, glc_tick, sc);
388 callout_reset(&sc->sc_tick_ch, hz, glc_tick, sc);
/freebsd-10.0-release/sys/dev/cas/
H A Dif_casvar.h139 struct callout sc_tick_ch; /* tick callout */ member in struct:cas_softc
H A Dif_cas.c205 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
484 callout_drain(&sc->sc_tick_ch);
676 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc);
729 callout_stop(&sc->sc_tick_ch);
1183 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc);
/freebsd-10.0-release/sys/dev/gem/
H A Dif_gemvar.h113 struct callout sc_tick_ch; /* tick callout */ member in struct:gem_softc
H A Dif_gem.c174 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
432 callout_drain(&sc->sc_tick_ch);
600 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc);
666 callout_stop(&sc->sc_tick_ch);
1099 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc);
/freebsd-10.0-release/sys/dev/stge/
H A Dif_stgereg.h638 struct callout sc_tick_ch; /* tick callout */ member in struct:stge_softc
H A Dif_stge.c447 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
678 callout_drain(&sc->sc_tick_ch);
1859 callout_reset(&sc->sc_tick_ch, hz, stge_tick, sc);
2165 callout_reset(&sc->sc_tick_ch, hz, stge_tick, sc);
2217 callout_stop(&sc->sc_tick_ch);

Completed in 211 milliseconds