Lines Matching refs:q_next
3173 if (q->q_next) { in backq()
3174 q = q->q_next; in backq()
3331 if (q != wrq->q_next) in strqset()
3374 if (q != wrq->q_next) in strqset()
3765 qp = nqp->q_next; in rwnext()
3771 qp = _RD(nqp->q_next); in rwnext()
3944 qp = nqp->q_next; in infonext()
3946 qp = _RD(nqp->q_next); in infonext()
4171 q = q->q_next; in create_putlocks()
4284 if ((evnt & FTEV_MASK) == FTEV_PUTNEXT && qp->q_next != NULL) in str_ftevent()
4285 ep->midnext = Q2NAME(qp->q_next); in str_ftevent()