Searched refs:sc_read_mtx (Results 1 – 2 of 2) sorted by relevance
152 mtx_destroy(&sc->sc_read_mtx); in g_gate_destroy()240 mtx_lock(&sc->sc_read_mtx); in g_gate_done()243 mtx_unlock(&sc->sc_read_mtx); in g_gate_done()268 mtx_lock(&sc->sc_read_mtx); in g_gate_start()270 mtx_unlock(&sc->sc_read_mtx); in g_gate_start()277 mtx_unlock(&sc->sc_read_mtx); in g_gate_start()411 mtx_lock(&sc->sc_read_mtx); in g_gate_orphan()415 mtx_unlock(&sc->sc_read_mtx); in g_gate_orphan()511 mtx_init(&sc->sc_read_mtx, "gg:read", NULL, MTX_DEF); in g_gate_create()631 mtx_destroy(&sc->sc_read_mtx); in g_gate_create()[all …]
100 struct mtx sc_read_mtx; member