Home
last modified time | relevance | path

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

/NextBSD/sys/geom/sched/
HDgs_delay.c68 struct callout sc_wait; /* timer for completing with delays */ member
193 callout_reset(&sc->sc_wait, 1, g_delay_timeout, sc); in g_delay_timeout()
207 callout_init(&sc->sc_wait, CALLOUT_MPSAFE); in g_delay_init()
208 callout_reset(&sc->sc_wait, 1, g_delay_timeout, sc); in g_delay_init()
226 callout_drain(&sc->sc_wait); in g_delay_fini()
HDgs_rr.c140 struct callout sc_wait; /* timer for sc_active */ member
261 callout_active(&sc->sc_wait), in gs_rr_sysctl_status()
549 callout_stop(&sc->sc_wait); in g_rr_start()
605 callout_init(&sc->sc_wait, 1); in g_rr_init()
621 callout_drain(&sc->sc_wait); in g_rr_fini()
667 callout_reset(&sc->sc_wait, qp->q_wait_ticks, in g_rr_done()