Lines Matching refs:sc_mtx
91 kmutex_t sc_mtx; member
213 mutex_init(&sc->sc_mtx, MUTEX_DEFAULT, IPL_NONE); in pseye_attach()
305 mutex_enter(&sc->sc_mtx); in pseye_detach()
308 cv_wait_sig(&sc->sc_cv, &sc->sc_mtx); in pseye_detach()
310 mutex_exit(&sc->sc_mtx); in pseye_detach()
313 mutex_destroy(&sc->sc_mtx); in pseye_detach()
720 mutex_enter(&sc->sc_mtx); in pseye_transfer_thread()
722 mutex_exit(&sc->sc_mtx); in pseye_transfer_thread()
832 mutex_enter(&sc->sc_mtx); in pseye_start_transfer()
839 mutex_exit(&sc->sc_mtx); in pseye_start_transfer()
849 mutex_enter(&sc->sc_mtx); in pseye_stop_transfer()
852 cv_wait_sig(&sc->sc_cv, &sc->sc_mtx); in pseye_stop_transfer()
854 mutex_exit(&sc->sc_mtx); in pseye_stop_transfer()