Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2058 qbp->qb_count -= bytecnt; in getq_noenab()
2061 ((qbp->qb_count < qbp->qb_hiwat) && in getq_noenab()
2133 if (qbp->qb_lowat == 0 || (qbp->qb_count < qbp->qb_lowat && in qbackenable()
2260 qbp->qb_count -= bytecnt; in rmvq_noenab()
2262 if (qbp->qb_mblkcnt == 0 || ((qbp->qb_count < qbp->qb_hiwat) && in rmvq_noenab()
2308 qbp->qb_count = 0; in flushq_common()
2332 (((qbp->qb_count < qbp->qb_lowat) && in flushq_common()
2414 qbp->qb_count = 0; in flushband()
2742 qbp->qb_count += bytecnt; in putq()
2744 if ((qbp->qb_count >= qbp->qb_hiwat) || in putq()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h211 size_t qb_count; /* number of bytes in band */ member
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1507 vap->va_size += bandp->qb_count; in fifo_getattr()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3546 qbp->qb_count = 0; in allocband()