Lines Matching refs:wrq
3204 queue_t *wrq; in strioctl() local
3230 wrq = stp->sd_wrq; in strioctl()
3231 rdq = _RD(wrq); in strioctl()
3846 mutex_enter(QLOCK(wrq)); in strioctl()
3849 mutex_exit(QLOCK(wrq)); in strioctl()
3862 if (!wrq->q_next) /* for broken pipes */ in strioctl()
3895 q = wrq->q_next; in strioctl()
3911 mutex_enter(QLOCK(wrq->q_next)); in strioctl()
3912 rmin = wrq->q_next->q_minpsz; in strioctl()
3913 rmax = wrq->q_next->q_maxpsz; in strioctl()
3914 mutex_exit(QLOCK(wrq->q_next)); in strioctl()
3927 mutex_enter(QLOCK(wrq)); in strioctl()
3930 mutex_exit(QLOCK(wrq)); in strioctl()
4146 mutex_enter(QLOCK(wrq)); in strioctl()
4149 mutex_exit(QLOCK(wrq)); in strioctl()
4265 mutex_enter(QLOCK(wrq->q_next)); in strioctl()
4266 rmin = wrq->q_next->q_minpsz; in strioctl()
4267 rmax = wrq->q_next->q_maxpsz; in strioctl()
4268 mutex_exit(QLOCK(wrq->q_next)); in strioctl()
4281 mutex_enter(QLOCK(wrq)); in strioctl()
4284 mutex_exit(QLOCK(wrq)); in strioctl()
4337 claimstr(wrq); in strioctl()
4338 if (_SAMESTR(wrq) && wrq->q_next->q_next != NULL) { in strioctl()
4339 char *name = Q2NAME(wrq->q_next); in strioctl()
4343 releasestr(wrq); in strioctl()
4346 releasestr(wrq); in strioctl()