Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h975 qp->q_sqhead = qp->q_sqtail = mp; \
977 qp->q_sqtail->b_next = mp; \
978 qp->q_sqtail = mp; \
H A Dstream.h144 struct msgb *q_sqtail; /* QLK: last syncq message */ member
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c581 (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 …]