Home
last modified time | relevance | path

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

/freebsd/sys/geom/gate/
H A Dg_gate.c86 static struct mtx g_gate_units_lock; variable
111 mtx_assert(&g_gate_units_lock, MA_OWNED); in g_gate_destroy()
114 mtx_unlock(&g_gate_units_lock); in g_gate_destroy()
117 mtx_unlock(&g_gate_units_lock); in g_gate_destroy()
142 mtx_lock(&g_gate_units_lock); in g_gate_destroy()
146 msleep(&sc->sc_ref, &g_gate_units_lock, 0, "gg:destroy", 0); in g_gate_destroy()
150 mtx_unlock(&g_gate_units_lock); in g_gate_destroy()
306 mtx_lock(&g_gate_units_lock); in g_gate_hold()
324 mtx_unlock(&g_gate_units_lock); in g_gate_hold()
332 mtx_lock(&g_gate_units_lock); in g_gate_release()
[all …]