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

/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.c155 mtx_destroy(&sc->sc_read_mtx);
243 mtx_lock(&sc->sc_read_mtx);
246 mtx_unlock(&sc->sc_read_mtx);
271 mtx_lock(&sc->sc_read_mtx);
273 mtx_unlock(&sc->sc_read_mtx);
280 mtx_unlock(&sc->sc_read_mtx);
414 mtx_lock(&sc->sc_read_mtx);
418 mtx_unlock(&sc->sc_read_mtx);
513 mtx_init(&sc->sc_read_mtx, "gg:read", NULL, MTX_DEF);
627 mtx_destroy(&sc->sc_read_mtx);
[all...]
H A Dg_gate.h94 struct g_consumer *sc_readcons; /* P: sc_read_mtx */
95 off_t sc_readoffset; /* P: sc_read_mtx */
102 struct mtx sc_read_mtx; member in struct:g_gate_softc

Completed in 46 milliseconds