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

/freebsd-10.2-release/sys/geom/sched/
H A Dgs_scheduler.h73 * gs_next() is called in a loop by g_sched_dispatch(), right after
114 gs_next_t *gs_next; member in struct:g_gsched
H A Dgs_rr.c693 .gs_next = g_rr_next,
H A Dg_sched.c71 * The other callbacks (gs_start, gs_next, ...) are invoked
81 * then we call g_sched_dispatch() that loops around gs_next()
291 while ((bp = gsp->gs_next(sc->sc_data, 1)) != NULL)
313 while ((bp = gsp->gs_next(sc->sc_data, 0)) != NULL)

Completed in 111 milliseconds