Lines Matching defs:nextqp
5703 queue_t *qp, *nextqp;
5765 nextqp = qp->q_next;
5768 * If nextqp exists and the other stream is different
5771 * stream. Assumes that nextqp was at least valid when
5775 if ((nextqp != NULL) && (STREAM(nextqp) != stp)) {
5779 claimstr(nextqp);
5782 if (nextqp != qp->q_next) {
5784 releasestr(nextqp);
5788 qp = _RD(STREAM(nextqp)->sd_wrq);