Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c4567 struct stdata *stp1, *stp2; in strlock() local
4581 stp2 = stp->sd_mate; in strlock()
4583 stp2 = stp; in strlock()
4593 mutex_enter(&stp2->sd_reflock); in strlock()
4594 if (stp2->sd_refcnt > 0) { in strlock()
4597 cv_wait(&stp2->sd_refmonitor, &stp2->sd_reflock); in strlock()
4598 mutex_exit(&stp2->sd_reflock); in strlock()
4602 STREAM_PUTLOCKS_ENTER(stp2); in strlock()