Home
last modified time | relevance | path

Searched refs:g_gsched (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/geom/sched/
Dg_sched.c160 LIST_HEAD(gs_list, g_gsched); /* type, link field */
249 g_gsched_ref(struct g_gsched *gsp) in g_gsched_ref()
256 g_gsched_unref(struct g_gsched *gsp) in g_gsched_unref()
285 struct g_gsched *gsp = sc->sc_gsched; in g_sched_forced_dispatch()
305 struct g_gsched *gsp = sc->sc_gsched; in g_sched_dispatch()
382 struct g_gsched *gsp; in g_sched_get_class()
440 struct g_gsched *gsp, void *data) in g_sched_hash_fini()
460 g_sched_hash_init(struct g_gsched *gsp, u_long *mask, int flags) in g_sched_hash_init()
516 g_sched_remove_locked(struct g_geom *gp, struct g_gsched *gsp) in g_sched_remove_locked()
556 g_sched_remove(struct g_geom *gp, struct g_gsched *gsp) in g_sched_remove()
[all …]
Dgs_scheduler.h105 struct g_gsched { struct
121 LIST_ENTRY(g_gsched) glist; argument
Dg_sched.h96 struct g_gsched *sc_gsched; /* Scheduler descriptor. */
Dgs_rr.c686 static struct g_gsched g_rr = {