Lines Matching refs:q_sqtail
581 (qp->q_sqtail != NULL && \
582 qp->q_sqtail->b_next == NULL)); \
586 qp->q_sqhead = qp->q_sqtail = mp; \
588 qp->q_sqtail->b_next = mp; \
589 qp->q_sqtail = mp; \
697 qp->q_sqtail = NULL; in queue_constructor()
712 wqp->q_sqtail = NULL; in queue_constructor()
7014 q->q_sqhead = q->q_sqtail = NULL; in flush_syncq()
7140 tail = qp->q_sqtail; in propagate_syncq()
7141 qp->q_sqhead = qp->q_sqtail = NULL; in propagate_syncq()
7175 ASSERT(nqp->q_sqtail != NULL); in propagate_syncq()
7176 nqp->q_sqtail->b_next = head; in propagate_syncq()
7178 nqp->q_sqtail = tail; in propagate_syncq()