Searched refs:q_sqtail (Results 1 – 3 of 3) sorted by relevance
975 qp->q_sqhead = qp->q_sqtail = mp; \977 qp->q_sqtail->b_next = mp; \978 qp->q_sqtail = mp; \
144 struct msgb *q_sqtail; /* QLK: last syncq message */ member
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()[all …]