Lines Matching refs:wrq
3203 queue_t *wrq; in strioctl() local
3229 wrq = stp->sd_wrq; in strioctl()
3230 rdq = _RD(wrq); in strioctl()
3845 mutex_enter(QLOCK(wrq)); in strioctl()
3848 mutex_exit(QLOCK(wrq)); in strioctl()
3861 if (!wrq->q_next) /* for broken pipes */ in strioctl()
3894 q = wrq->q_next; in strioctl()
3910 mutex_enter(QLOCK(wrq->q_next)); in strioctl()
3911 rmin = wrq->q_next->q_minpsz; in strioctl()
3912 rmax = wrq->q_next->q_maxpsz; in strioctl()
3913 mutex_exit(QLOCK(wrq->q_next)); in strioctl()
3926 mutex_enter(QLOCK(wrq)); in strioctl()
3929 mutex_exit(QLOCK(wrq)); in strioctl()
4145 mutex_enter(QLOCK(wrq)); in strioctl()
4148 mutex_exit(QLOCK(wrq)); in strioctl()
4264 mutex_enter(QLOCK(wrq->q_next)); in strioctl()
4265 rmin = wrq->q_next->q_minpsz; in strioctl()
4266 rmax = wrq->q_next->q_maxpsz; in strioctl()
4267 mutex_exit(QLOCK(wrq->q_next)); in strioctl()
4280 mutex_enter(QLOCK(wrq)); in strioctl()
4283 mutex_exit(QLOCK(wrq)); in strioctl()
4336 claimstr(wrq); in strioctl()
4337 if (_SAMESTR(wrq) && wrq->q_next->q_next != NULL) { in strioctl()
4338 char *name = Q2NAME(wrq->q_next); in strioctl()
4342 releasestr(wrq); in strioctl()
4345 releasestr(wrq); in strioctl()