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.c585 (qp->q_sqtail != NULL && \
590 qp->q_sqhead = qp->q_sqtail = mp; \
592 qp->q_sqtail->b_next = mp; \
593 qp->q_sqtail = mp; \
701 qp->q_sqtail = NULL; in queue_constructor()
716 wqp->q_sqtail = NULL; in queue_constructor()
7039 q->q_sqhead = q->q_sqtail = NULL; in flush_syncq()
7165 tail = qp->q_sqtail; in propagate_syncq()
7200 ASSERT(nqp->q_sqtail != NULL); in propagate_syncq()
7201 nqp->q_sqtail->b_next = head; in propagate_syncq()
[all …]