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

/freebsd-10.2-release/sys/geom/sched/
H A Dgs_rr.c140 struct callout sc_wait; /* timer for sc_active */ member in struct:g_rr_softc
261 callout_active(&sc->sc_wait),
549 callout_stop(&sc->sc_wait);
605 callout_init(&sc->sc_wait, CALLOUT_MPSAFE);
621 callout_drain(&sc->sc_wait);
667 callout_reset(&sc->sc_wait, qp->q_wait_ticks,

Completed in 19 milliseconds