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

/freebsd-10.2-release/sys/geom/sched/
H A Dgs_scheduler.h67 * gs_start() is called when a new request comes in. It should
74 * gs_start(), or on timeouts or 'done' events. It should return
112 gs_start_t *gs_start; member in struct:g_gsched
H A Dgs_rr.c691 .gs_start = g_rr_start,
H A Dg_sched.c56 * | | | [ hash table] | | gs_start |
71 * The other callbacks (gs_start, gs_next, ...) are invoked
80 * g_sched_start() which calls gs_start() to initially queue it;
848 * Call the algorithm's gs_start to queue the request in the
849 * scheduler. If gs_start fails then pass the request down,
854 sc->sc_gsched->gs_start(sc->sc_data, cbp)) {

Completed in 195 milliseconds