Home | History | Annotate | Download | only in usb

Lines Matching refs:sc_thread_mtx

483 	mutex_init(&sc->sc_thread_mtx, MUTEX_DEFAULT, IPL_NONE);
528 mutex_enter(&sc->sc_thread_mtx);
531 mutex_exit(&sc->sc_thread_mtx);
534 mutex_destroy(&sc->sc_thread_mtx);
863 mutex_enter(&sc->sc_thread_mtx);
868 mutex_exit(&sc->sc_thread_mtx);
877 mutex_enter(&sc->sc_thread_mtx);
886 mutex_exit(&sc->sc_thread_mtx);
1833 mutex_enter(&sc->sc_thread_mtx);
1837 mutex_exit(&sc->sc_thread_mtx);
1864 kpause("udlslp", false, 1, &sc->sc_thread_mtx);
1868 cv_wait(&sc->sc_thread_cv, &sc->sc_thread_mtx);
1875 mutex_enter(&sc->sc_thread_mtx);
1881 mutex_exit(&sc->sc_thread_mtx);