Home
last modified time | relevance | path

Searched refs:q_sqtail (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h993 qp->q_sqhead = qp->q_sqtail = mp; \
995 qp->q_sqtail->b_next = mp; \
996 qp->q_sqtail = mp; \
H A Dstream.h147 struct msgb *q_sqtail; /* QLK: last syncq message */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c584 (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 …]