Lines Matching refs:q_next
3186 if (q->q_next) { in backq()
3187 q = q->q_next; in backq()
3344 if (q != wrq->q_next) in strqset()
3387 if (q != wrq->q_next) in strqset()
3778 qp = nqp->q_next; in rwnext()
3784 qp = _RD(nqp->q_next); in rwnext()
3957 qp = nqp->q_next; in infonext()
3959 qp = _RD(nqp->q_next); in infonext()
4184 q = q->q_next; in create_putlocks()
4297 if ((evnt & FTEV_MASK) == FTEV_PUTNEXT && qp->q_next != NULL) in str_ftevent()
4298 ep->midnext = Q2NAME(qp->q_next); in str_ftevent()