Searched refs:qb_count (Results 1 – 4 of 4) sorted by relevance
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()[all …]
206 size_t qb_count; /* number of bytes in band */ member
1501 vap->va_size += bandp->qb_count; in fifo_getattr()
3521 qbp->qb_count = 0; in allocband()