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

/freebsd-12-stable/sys/geom/sched/
H A Dg_sched.c164 struct mtx gs_mtx; member in struct:geom_sched_vars
176 /* The following are for stats, usually protected by gs_mtx. */
569 mtx_lock(&me.gs_mtx);
576 mtx_unlock(&me.gs_mtx);
583 * To be called with me.gs_mtx lock held.
613 mtx_lock(&me.gs_mtx);
628 mtx_unlock(&me.gs_mtx);
654 mtx_lock(&me.gs_mtx);
690 mtx_unlock(&me.gs_mtx);
699 mtx_init(&me.gs_mtx, "gsche
[all...]

Completed in 57 milliseconds