Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4592 struct stdata *stp1, *stp2; in strlock() local
4605 stp1 = stp; in strlock()
4609 stp1 = stp->sd_mate; in strlock()
4611 mutex_enter(&stp1->sd_reflock); in strlock()
4612 if (stp1->sd_refcnt > 0) { in strlock()
4614 cv_wait(&stp1->sd_refmonitor, &stp1->sd_reflock); in strlock()
4615 mutex_exit(&stp1->sd_reflock); in strlock()
4621 mutex_exit(&stp1->sd_reflock); in strlock()
4626 STREAM_PUTLOCKS_ENTER(stp1); in strlock()