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.c475 ASSERT((qp->q_sqprev == NULL) && (qp->q_sqnext == NULL)); \
484 IMPLY(sq->sq_tail != NULL, sq->sq_tail->q_sqnext == NULL);\
498 sq->sq_tail->q_sqnext = qp; \
512 qp->q_sqnext = qnext; \
515 (*qpp)->q_sqnext = qp; \
539 ASSERT(qp->q_sqnext != NULL || sq->sq_tail == qp); \
544 sq->sq_head = qp->q_sqnext; \
547 qp->q_sqprev->q_sqnext = qp->q_sqnext; \
549 if (qp->q_sqnext == NULL) { \
554 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