Lines Matching refs:rdq
3204 queue_t *rdq; in strioctl() local
3230 rdq = _RD(wrq); in strioctl()
3609 mutex_enter(QLOCK(rdq)); in strioctl()
3611 size = msgdsize(rdq->q_first); in strioctl()
3612 for (mp = rdq->q_first; mp != NULL; mp = mp->b_next) in strioctl()
3615 mutex_exit(QLOCK(rdq)); in strioctl()
3626 (void) infonext(rdq, &infod); in strioctl()
3653 mutex_enter(QLOCK(rdq)); in strioctl()
3654 for (mp = rdq->q_first; mp != NULL; mp = mp->b_next) in strioctl()
3656 mutex_exit(QLOCK(rdq)); in strioctl()
3664 (void) infonext(rdq, &infod); in strioctl()
3690 mutex_enter(QLOCK(rdq)); in strioctl()
3691 for (mp = rdq->q_first; mp != NULL; mp = mp->b_next) in strioctl()
3693 mutex_exit(QLOCK(rdq)); in strioctl()
3701 (void) infonext(rdq, &infod); in strioctl()
3811 if ((error = qattach(rdq, &dummydev, 0, crp, fp, in strioctl()
4913 mutex_enter(QLOCK(rdq)); in strioctl()
4917 for (mp = rdq->q_first; mp != NULL; mp = mp->b_next) in strioctl()
4929 mutex_exit(QLOCK(rdq)); in strioctl()
4942 mutex_exit(QLOCK(rdq)); in strioctl()
4949 mutex_exit(QLOCK(rdq)); in strioctl()
4965 mutex_exit(QLOCK(rdq)); in strioctl()
4968 mutex_exit(QLOCK(rdq)); in strioctl()
5079 error = infonext(rdq, &infod); in strioctl()
5304 while (!(mp = getq(rdq))) { in strioctl()
5320 putback(stp, rdq, mp, mp->b_band); in strioctl()
5329 putback(stp, rdq, mp, mp->b_band); in strioctl()
5341 putback(stp, rdq, mp, mp->b_band); in strioctl()
5375 putback(stp, rdq, mp, mp->b_band); in strioctl()