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

/freebsd-12-stable/sys/geom/sched/
H A Dgs_delay.c191 g_sched_dispatch(sc->sc_geom);
242 g_sched_dispatch(sc->sc_geom);
H A Dgs_scheduler.h75 * gs_next() is called in a loop by g_sched_dispatch(), right after
187 void g_sched_dispatch(struct g_geom *geom);
H A Dgs_rr.c591 g_sched_dispatch(geom);
672 g_sched_dispatch(sc->sc_geom);
H A Dg_sched.c83 * then we call g_sched_dispatch() that loops around gs_next()
86 * g_sched_dispatch() can also be called as a result of a timeout,
91 * the scheduling algorithm, and may decide to call g_sched_dispatch()
304 g_sched_dispatch(struct g_geom *gp) function
843 * otherwise call g_sched_dispatch() which tries to push
869 g_sched_dispatch(gp);

Completed in 66 milliseconds