Searched refs:stp1 (Results 1 – 2 of 2) sorted by relevance
104 mc_compare(const void *stp1, const void *stp2) in mc_compare() argument106 return (strcmp((const char *)stp1, in mc_compare()
4567 struct stdata *stp1, *stp2; in strlock() local4580 stp1 = stp; in strlock()4584 stp1 = stp->sd_mate; in strlock()4586 mutex_enter(&stp1->sd_reflock); in strlock()4587 if (stp1->sd_refcnt > 0) { in strlock()4589 cv_wait(&stp1->sd_refmonitor, &stp1->sd_reflock); in strlock()4590 mutex_exit(&stp1->sd_reflock); in strlock()4596 mutex_exit(&stp1->sd_reflock); in strlock()4601 STREAM_PUTLOCKS_ENTER(stp1); in strlock()