Home
last modified time | relevance | path

Searched refs:qb_hiwat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2061 ((qbp->qb_count < qbp->qb_hiwat) && in getq_noenab()
2632 (*qbpp)->qb_hiwat = q->q_hiwat; in putq()
2744 if ((qbp->qb_count >= qbp->qb_hiwat) || in putq()
2812 (*qbpp)->qb_hiwat = q->q_hiwat; in putbq()
2926 if ((qbp->qb_count >= qbp->qb_hiwat) || in putbq()
3023 (*qbpp)->qb_hiwat = q->q_hiwat; in insq()
3066 if ((qbp->qb_count >= qbp->qb_hiwat) || in insq()
3285 (*qbpp)->qb_hiwat = q->q_hiwat; in strqset()
3300 qbp->qb_hiwat = (size_t)val; in strqset()
3444 (*qbpp)->qb_hiwat = q->q_hiwat; in strqget()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h214 size_t qb_hiwat; /* high water mark for band */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4133 (*qbpp)->qb_hiwat = q->q_hiwat; in setqback()