Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dstream.c2077 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 …]
/titanic_50/usr/src/uts/common/sys/
H A Dstream.h206 size_t qb_count; /* number of bytes in band */ member
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1501 vap->va_size += bandp->qb_count; in fifo_getattr()
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c3521 qbp->qb_count = 0; in allocband()