Home
last modified time | relevance | path

Searched refs:sd_reflock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi.c506 mutex_enter(sdlock = &stp->sd_reflock); in canputnext()
522 if (sdlock != &stp->sd_reflock) { in canputnext()
524 mutex_enter(&stp->sd_reflock); in canputnext()
530 mutex_exit(&stp->sd_reflock); in canputnext()
H A Dstrsubr.c675 mutex_destroy(&stp->sd_reflock); in stream_head_destructor()
4611 mutex_enter(&stp1->sd_reflock); in strlock()
4630 mutex_enter(&stp->sd_reflock); in strlock()
4663 mutex_exit(&stp->sd_reflock); in strlock()
4668 mutex_exit(&stp->sd_reflock); in strlock()
4715 mutex_exit(&stp->sd_reflock); in strunlock()
4720 mutex_exit(&stp->sd_reflock); in strunlock()
5646 mutex_enter(&stp->sd_reflock); in claimstr()
5649 mutex_exit(&stp->sd_reflock); in claimstr()
5660 mutex_enter(&stp->sd_reflock); in releasestr()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h212 kmutex_t sd_reflock; /* Protects sd_refcnt */ member