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.c4591 struct stdata *stp1, *stp2; in strlock() local
4604 stp1 = stp; in strlock()
4608 stp1 = stp->sd_mate; in strlock()
4610 mutex_enter(&stp1->sd_reflock); in strlock()
4611 if (stp1->sd_refcnt > 0) { in strlock()
4613 cv_wait(&stp1->sd_refmonitor, &stp1->sd_reflock); in strlock()
4614 mutex_exit(&stp1->sd_reflock); in strlock()
4620 mutex_exit(&stp1->sd_reflock); in strlock()
4625 STREAM_PUTLOCKS_ENTER(stp1); in strlock()