Searched refs:q_sqtail (Results 1 – 3 of 3) sorted by relevance
993 qp->q_sqhead = qp->q_sqtail = mp; \995 qp->q_sqtail->b_next = mp; \996 qp->q_sqtail = mp; \
147 struct msgb *q_sqtail; /* QLK: last syncq message */ member
584 (qp->q_sqtail != NULL && \585 qp->q_sqtail->b_next == NULL)); \589 qp->q_sqhead = qp->q_sqtail = mp; \591 qp->q_sqtail->b_next = mp; \592 qp->q_sqtail = mp; \700 qp->q_sqtail = NULL; in queue_constructor()715 wqp->q_sqtail = NULL; in queue_constructor()7038 q->q_sqhead = q->q_sqtail = NULL; in flush_syncq()7164 tail = qp->q_sqtail; in propagate_syncq()7165 qp->q_sqhead = qp->q_sqtail = NULL; in propagate_syncq()[all …]