Searched refs:sf_co (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c753 callout_init_mtx(&sc->sf_co, &sc->sf_mtx, 0);
956 callout_drain(&sc->sf_co);
2154 callout_reset(&sc->sf_co, hz, sf_tick, sc);
2331 callout_stop(&sc->sf_co);
2394 callout_reset(&sc->sf_co, hz, sf_tick, sc);
H A Dif_sfreg.h1086 struct callout sf_co; member in struct:sf_softc

Completed in 79 milliseconds