Lines Matching refs:sd_reflock
652 mutex_init(&stp->sd_reflock, NULL, MUTEX_DEFAULT, NULL); in stream_head_constructor()
671 mutex_destroy(&stp->sd_reflock); in stream_head_destructor()
4586 mutex_enter(&stp1->sd_reflock); in strlock()
4589 cv_wait(&stp1->sd_refmonitor, &stp1->sd_reflock); in strlock()
4590 mutex_exit(&stp1->sd_reflock); in strlock()
4593 mutex_enter(&stp2->sd_reflock); in strlock()
4596 mutex_exit(&stp1->sd_reflock); in strlock()
4597 cv_wait(&stp2->sd_refmonitor, &stp2->sd_reflock); in strlock()
4598 mutex_exit(&stp2->sd_reflock); in strlock()
4605 mutex_enter(&stp->sd_reflock); in strlock()
4608 cv_wait(&stp->sd_refmonitor, &stp->sd_reflock); in strlock()
4610 mutex_exit(&stp->sd_reflock); in strlock()
4612 mutex_enter(&stp->sd_reflock); in strlock()
4638 mutex_exit(&stp->sd_reflock); in strlock()
4639 mutex_exit(&stp->sd_mate->sd_reflock); in strlock()
4643 mutex_exit(&stp->sd_reflock); in strlock()
4690 mutex_exit(&stp->sd_reflock); in strunlock()
4691 mutex_exit(&stp->sd_mate->sd_reflock); in strunlock()
4695 mutex_exit(&stp->sd_reflock); in strunlock()
5621 mutex_enter(&stp->sd_reflock); in claimstr()
5624 mutex_exit(&stp->sd_reflock); in claimstr()
5635 mutex_enter(&stp->sd_reflock); in releasestr()
5639 mutex_exit(&stp->sd_reflock); in releasestr()