Searched refs:q_syncqmsgs (Results 1 – 4 of 4) sorted by relevance
283 if (qp->q_syncqmsgs == 0) { in putnext()550 if (qp->q_syncqmsgs == 0) { in put()
583 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 …]
136 uint_t q_syncqmsgs; /* QLK: syncq message count */ member
973 qp->q_syncqmsgs++; \