Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2052 if (qbp->qb_first == qbp->qb_last) { in getq_noenab()
2054 qbp->qb_last = NULL; in getq_noenab()
2227 if (mp == qbp->qb_last) { in rmvq_noenab()
2229 qbp->qb_last = mp->b_prev; in rmvq_noenab()
2231 qbp->qb_last = NULL; in rmvq_noenab()
2307 qbp->qb_last = NULL; in flushq_common()
2413 qbp->qb_last = NULL; in flushband()
2454 last = qbp->qb_last->b_next; in flushband()
2659 qbp->qb_last = bp; in putq()
2691 tmp = qbp->qb_last; in putq()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h213 struct msgb *qb_last; /* end of band's data */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3549 qbp->qb_last = NULL; in allocband()