Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c1228 bp->b_qindex = QUEUE_NONE; in bufinit()
1543 switch (bp->b_qindex) { in bufqueue()
1606 if (bp->b_qindex == qindex) { in binsfree()
1704 bp->b_qindex = bq->bq_index; in buf_release()
1847 bp->b_qindex, bp)); in buf_recycle()
1960 if (bp->b_qindex != QUEUE_EMPTY) { in bq_remove()
1967 bp->b_qindex = QUEUE_NONE; in bq_remove()
2024 if (bp->b_qindex != QUEUE_NONE) in bq_insert()
2040 bp->b_qindex = bq->bq_index; in bq_insert()
2050 if (bp->b_qindex == QUEUE_CLEAN) { in bq_insert()
[all …]
/freebsd/tools/debugscripts/
H A Dgdbinit.kernel67 output $bp->b_qindex
153 printf "\n b_qindex "
154 output/x bp->b_qindex
/freebsd/sys/sys/
H A Dbuf.h113 uint8_t b_qindex; /* (Q) buffer queue index */ member
/freebsd/sys/vm/
H A Dvm_pager.c466 bp->b_qindex = 0; /* On no queue (QUEUE_NONE) */ in pbuf_ctor()