Lines Matching refs:sc_mtx
75 struct mtx sc_mtx;
521 mtx_lock(&sc->sc_mtx);
523 mtx_unlock(&sc->sc_mtx);
596 mtx_lock(&sc->sc_mtx);
598 mtx_unlock(&sc->sc_mtx);
600 mtx_lock(&sc->sc_mtx);
602 mtx_unlock(&sc->sc_mtx);
745 mtx_init(&sc->sc_mtx, "uhid lock", NULL, MTX_DEF | MTX_RECURSE);
754 UHID_N_TRANSFER, sc, &sc->sc_mtx);
856 error = usb_fifo_attach(uaa->device, sc, &sc->sc_mtx,
881 mtx_lock(&sc->sc_mtx);
884 mtx_unlock(&sc->sc_mtx);
921 mtx_destroy(&sc->sc_mtx);