Searched refs:sd_qlock (Results 1 – 2 of 2) sorted by relevance
628 ASSERT(MUTEX_HELD(&stp->sd_qlock)); \634 mutex_exit(&stp->sd_qlock); \636 mutex_enter(&stp->sd_qlock); \653 mutex_init(&stp->sd_qlock, NULL, MUTEX_DEFAULT, NULL); in stream_head_constructor()672 mutex_destroy(&stp->sd_qlock); in stream_head_destructor()3323 mutex_enter(&stp->sd_qlock); in shfree()3326 cv_wait(&stp->sd_qcv, &stp->sd_qlock); in shfree()3328 mutex_exit(&stp->sd_qlock); in shfree()8192 mutex_enter(&stp->sd_qlock); in qenable_locked()8256 mutex_exit(&stp->sd_qlock); in qenable_locked()[all …]
233 kmutex_t sd_qlock; member