Searched refs:q_count (Results 1 – 9 of 9) sorted by relevance
1952 (q->q_count > rbytes)) { in getq_noenab()2055 q->q_count -= bytecnt; in getq_noenab()2057 if (q->q_mblkcnt == 0 || ((q->q_count < q->q_hiwat) && in getq_noenab()2137 if (q->q_lowat == 0 || (q->q_count < q->q_lowat && in qbackenable()2272 q->q_count -= bytecnt; in rmvq_noenab()2274 if (q->q_mblkcnt == 0 || ((q->q_count < q->q_hiwat) && in rmvq_noenab()2322 q->q_count = 0; in flushq_common()2363 (((q->q_count < q->q_lowat) && in flushq_common()2428 q->q_count = 0; in flushband()2452 (((q->q_count < q->q_lowat) && in flushband()[all …]
918 if (q->q_count <= q->q_lowat) in ptslrserv()
1185 !(tp->t_state & TS_IFBLOCK) && q->q_count <= TTXOLO) { in ldtermrput()1202 !(tp->t_state & TS_IFBLOCK) && q->q_count <= TTXOLO) { in ldtermrput()1451 q->q_count >= TTXOHI) { in ldtermrput()1510 !(tp->t_state & TS_IFBLOCK) && q->q_count <= TTXOLO) { in ldtermrsrv()
1205 if (q->q_count > 128) { /* do it soon */ in wcstart()
119 size_t q_count; /* Q9S: number of bytes on Q */ member
1070 _WR(q)->q_count, _RD(q)->q_count, info1); in print_qpair()
501 (on_intr || log_freeq->q_count > log_freeq->q_lowat)) in log_makemsg()
694 qp->q_count = 0; in queue_constructor()709 wqp->q_count = 0; in queue_constructor()3484 ASSERT(qp->q_count == 0 && wqp->q_count == 0); in freeq()7586 if (q->q_mblkcnt == 0 || ((q->q_count < q->q_hiwat) && in clr_qfull()7600 (((q->q_count < q->q_lowat) && in clr_qfull()
1496 vap->va_size = (u_offset_t)qp->q_count; in fifo_getattr()