Home
last modified time | relevance | path

Searched refs:q_syncqmsgs (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dputnext.c283 if (qp->q_syncqmsgs == 0) { in putnext()
550 if (qp->q_syncqmsgs == 0) { in put()
H A Dstrsubr.c583 qp->q_syncqmsgs++; \
584 ASSERT(qp->q_syncqmsgs != 0); /* Wraparound */ \
591 ASSERT(qp->q_syncqmsgs > 0); \
1712 if ((q->q_sqflags & Q_SQQUEUED) || (q->q_syncqmsgs > 0)) { in wait_q_syncq()
1716 while ((q->q_sqflags & Q_SQQUEUED) || (q->q_syncqmsgs > 0)) { in wait_q_syncq()
3371 qp->q_syncqmsgs = 0; in allocq()
3387 wqp->q_syncqmsgs = 0; in allocq()
3430 ASSERT(qp->q_syncqmsgs == 0 && wqp->q_syncqmsgs == 0); in freeq()
4947 if (qp->q_syncqmsgs != 0 || (qp->q_syncq->sq_flags & SQ_EVENTS)) in removeq()
4949 if (wqp->q_syncqmsgs != 0 || in removeq()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dstream.h136 uint_t q_syncqmsgs; /* QLK: syncq message count */ member
H A Dstrsubr.h973 qp->q_syncqmsgs++; \