Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_sync_wait_lock

183 	kmutex_t		sc_sync_wait_lock;
436 mutex_init(&sc->sc_sync_wait_lock, MUTEX_DEFAULT, IPL_BIO);
491 mutex_enter(&sc->sc_sync_wait_lock);
494 mutex_exit(&sc->sc_sync_wait_lock);
496 mutex_enter(&sc->sc_sync_wait_lock);
499 cv_wait(&sc->sc_sync_wait, &sc->sc_sync_wait_lock);
502 mutex_exit(&sc->sc_sync_wait_lock);
557 mutex_enter(&sc->sc_sync_wait_lock);
560 mutex_exit(&sc->sc_sync_wait_lock);
562 mutex_enter(&sc->sc_sync_wait_lock);
565 sc_sync_wait_lock);
575 mutex_exit(&sc->sc_sync_wait_lock);
685 mutex_enter(&sc->sc_sync_wait_lock);
689 mutex_exit(&sc->sc_sync_wait_lock);
883 mutex_destroy(&sc->sc_sync_wait_lock);
904 mutex_enter(&sc->sc_sync_wait_lock);
907 mutex_exit(&sc->sc_sync_wait_lock);
909 mutex_enter(&sc->sc_sync_wait_lock);
912 cv_wait(&sc->sc_sync_wait, &sc->sc_sync_wait_lock);
915 mutex_exit(&sc->sc_sync_wait_lock);
952 mutex_enter(&sc->sc_sync_wait_lock);
955 mutex_exit(&sc->sc_sync_wait_lock);
957 mutex_enter(&sc->sc_sync_wait_lock);
960 cv_wait(&sc->sc_sync_wait, &sc->sc_sync_wait_lock);
970 mutex_exit(&sc->sc_sync_wait_lock);