Lines Matching refs:sd_wrq

662 	stp->sd_wrq = NULL;  in stream_head_constructor()
1637 qup = getendq(stp->sd_wrq); in findlinks()
1805 rq = getendq(stp->sd_wrq); in mlink_file()
1809 linkp = alloclink(rq, stpdown->sd_wrq, fpdown); in mlink_file()
1861 rq = _RD(stpdown->sd_wrq); in mlink_file()
2096 wrq = stpdown->sd_wrq; in munlink()
3036 sleepon = &_RD(stp->sd_wrq)->q_wait; in strwaitq()
3040 sleepon = &stp->sd_wrq->q_wait; in strwaitq()
3090 putnext(stp->sd_wrq, mp); in strwaitq()
3098 if (_RD(stp->sd_wrq)->q_first != NULL) { in strwaitq()
3305 stp->sd_wrq = _WR(qp); in shalloc()
3345 stp->sd_wrq = NULL; in shfree()
4782 after = _RD(stp->sd_wrq); in insertq()
4783 wafter = stp->sd_wrq; in insertq()
4948 stp->sd_wrq->q_next = _RD(stp->sd_wrq); in removeq()
4960 ASSERT(_SAMESTR(stp->sd_wrq) == O_SAMESTR(stp->sd_wrq)); in removeq()
4961 ASSERT(_SAMESTR(_RD(stp->sd_wrq)) == O_SAMESTR(_RD(stp->sd_wrq))); in removeq()
5240 sqlist_insertall(sqlist, stp->sd_wrq); in sqlist_build()
5242 sqlist_insertall(sqlist, stp->sd_mate->sd_wrq); in sqlist_build()
7792 wrq = stp->sd_wrq->q_next; in strsetuio()
7811 wrq = stp->sd_wrq->q_next; in strsetuio()
7890 sqlist_insert(&sqlist, _RD(stpdown->sd_wrq)->q_syncq); in link_addpassthru()
7981 queue_t *rq = _RD(stp->sd_wrq); in strwaitmark()
8029 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); /* readers */ in strsetrerror()
8030 cv_broadcast(&stp->sd_wrq->q_wait); /* writers */ in strsetrerror()
8065 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); /* readers */ in strsetwerror()
8066 cv_broadcast(&stp->sd_wrq->q_wait); /* writers */ in strsetwerror()
8097 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); in strseteof()
8115 flushq(_RD(stp->sd_wrq), flag); in strflushrq()