Lines Matching refs:sd_mate
3284 stp->sd_mate = NULL; in shalloc()
4342 struct stdata *stmatep = stp->sd_mate; in strstartplumb()
4579 if (&(stp->sd_lock) > &((stp->sd_mate)->sd_lock)) { in strlock()
4581 stp2 = stp->sd_mate; in strlock()
4584 stp1 = stp->sd_mate; in strlock()
4636 STREAM_PUTLOCKS_EXIT(stp->sd_mate); in strlock()
4639 mutex_exit(&stp->sd_mate->sd_reflock); in strlock()
4688 STREAM_PUTLOCKS_EXIT(stp->sd_mate); in strunlock()
4691 mutex_exit(&stp->sd_mate->sd_reflock); in strunlock()
5218 sqlist_insertall(sqlist, stp->sd_mate->sd_wrq); in sqlist_build()
5237 sqlist_size += 2 * sizeof (syncql_t) * stp->sd_mate->sd_pushcnt; in sqlist_alloc()