Home
last modified time | relevance | path

Searched refs:q_sqnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c476 ASSERT((qp->q_sqprev == NULL) && (qp->q_sqnext == NULL)); \
485 IMPLY(sq->sq_tail != NULL, sq->sq_tail->q_sqnext == NULL);\
499 sq->sq_tail->q_sqnext = qp; \
513 qp->q_sqnext = qnext; \
516 (*qpp)->q_sqnext = qp; \
540 ASSERT(qp->q_sqnext != NULL || sq->sq_tail == qp); \
545 sq->sq_head = qp->q_sqnext; \
548 qp->q_sqprev->q_sqnext = qp->q_sqnext; \
550 if (qp->q_sqnext == NULL) { \
555 qp->q_sqnext->q_sqprev = qp->q_sqprev; \
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h148 struct queue *q_sqnext; /* SQLK: next Q on syncq list */ member