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

/freebsd-12-stable/sys/dev/bm/
H A Dif_bmvar.h85 struct callout sc_tick_ch; member in struct:bm_softc
H A Dif_bm.c317 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
500 callout_drain(&sc->sc_tick_ch);
1061 callout_stop(&sc->sc_tick_ch);
1194 callout_reset(&sc->sc_tick_ch, hz, bm_tick, sc);
1229 callout_reset(&sc->sc_tick_ch, hz, bm_tick, sc);
/freebsd-12-stable/sys/dev/hme/
H A Dif_hmevar.h110 struct callout sc_tick_ch; /* tick callout */ member in struct:hme_softc
H A Dif_hme.c221 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_lock, 0);
416 callout_drain(&sc->sc_tick_ch);
503 callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc);
512 callout_stop(&sc->sc_tick_ch);
931 callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc);
/freebsd-12-stable/sys/powerpc/ps3/
H A Dif_glcreg.h109 struct callout sc_tick_ch; member in struct:glc_softc
H A Dif_glc.c137 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
350 callout_reset(&sc->sc_tick_ch, hz, glc_tick, sc);
390 callout_reset(&sc->sc_tick_ch, hz, glc_tick, sc);
/freebsd-12-stable/sys/dev/gem/
H A Dif_gemvar.h115 struct callout sc_tick_ch; /* tick callout */ member in struct:gem_softc
H A Dif_gem.c177 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
435 callout_drain(&sc->sc_tick_ch);
603 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc);
669 callout_stop(&sc->sc_tick_ch);
1102 callout_reset(&sc->sc_tick_ch, hz, gem_tick, sc);
/freebsd-12-stable/sys/dev/cas/
H A Dif_casvar.h137 struct callout sc_tick_ch; /* tick callout */ member in struct:cas_softc
H A Dif_cas.c208 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
487 callout_drain(&sc->sc_tick_ch);
679 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc);
732 callout_stop(&sc->sc_tick_ch);
1186 callout_reset(&sc->sc_tick_ch, hz, cas_tick, sc);
/freebsd-12-stable/sys/dev/stge/
H A Dif_stgereg.h640 struct callout sc_tick_ch; /* tick callout */ member in struct:stge_softc
H A Dif_stge.c449 callout_init_mtx(&sc->sc_tick_ch, &sc->sc_mtx, 0);
680 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 93 milliseconds