Lines Matching refs:qb_count
2077 qbp->qb_count -= bytecnt; in getq_noenab()
2080 ((qbp->qb_count < qbp->qb_hiwat) && in getq_noenab()
2152 if (qbp->qb_lowat == 0 || (qbp->qb_count < qbp->qb_lowat && in qbackenable()
2279 qbp->qb_count -= bytecnt; in rmvq_noenab()
2281 if (qbp->qb_mblkcnt == 0 || ((qbp->qb_count < qbp->qb_hiwat) && in rmvq_noenab()
2327 qbp->qb_count = 0; in flushq_common()
2351 (((qbp->qb_count < qbp->qb_lowat) && in flushq_common()
2433 qbp->qb_count = 0; in flushband()
2761 qbp->qb_count += bytecnt; in putq()
2763 if ((qbp->qb_count >= qbp->qb_hiwat) || in putq()
2943 qbp->qb_count += bytecnt; in putbq()
2945 if ((qbp->qb_count >= qbp->qb_hiwat) || in putbq()
3083 qbp->qb_count += bytecnt; in insq()
3085 if ((qbp->qb_count >= qbp->qb_hiwat) || in insq()
3505 *(size_t *)valp = qbp->qb_count; in strqget()