Searched refs:qb_first (Results 1 – 4 of 4) sorted by relevance
2078 if (qbp->qb_first == qbp->qb_last) { in getq_noenab()2079 qbp->qb_first = NULL; in getq_noenab()2082 qbp->qb_first = bp->b_next; in getq_noenab()2247 if (mp == qbp->qb_first) { in rmvq_noenab()2249 qbp->qb_first = mp->b_next; in rmvq_noenab()2251 qbp->qb_first = NULL; in rmvq_noenab()2332 qbp->qb_first = NULL; in flushq_common()2438 qbp->qb_first = NULL; in flushband()2475 mp = qbp->qb_first; in flushband()2684 qbp->qb_first = bp; in putq()[all …]
213 struct msgb *qb_first; /* beginning of band's data */ member
3547 qbp->qb_first = NULL; in allocband()4748 if ((qbp->qb_flag & QB_WANTW) && qbp->qb_first != NULL) in backenable_insertedq()4749 backenable(q, qbp->qb_first->b_band); in backenable_insertedq()
5628 if (qbp->qb_first) in strioctl()