Searched refs:b_qindex (Results 1 – 3 of 3) sorted by relevance
1176 bp->b_qindex = QUEUE_NONE; in bufinit()1476 switch (bp->b_qindex) { in bufqueue()1539 if (bp->b_qindex == qindex) { in binsfree()1637 bp->b_qindex = bq->bq_index; in buf_release()1780 bp->b_qindex, bp)); in buf_recycle()1890 if (bp->b_qindex != QUEUE_EMPTY) { in bq_remove()1897 bp->b_qindex = QUEUE_NONE; in bq_remove()1954 if (bp->b_qindex != QUEUE_NONE) in bq_insert()1970 bp->b_qindex = bq->bq_index; in bq_insert()1980 if (bp->b_qindex == QUEUE_CLEAN) { in bq_insert()[all …]
385 bp->b_qindex = 0; /* On no queue (QUEUE_NONE) */ in pbuf_ctor()
116 uint8_t b_qindex; /* (Q) buffer queue index */ member