Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c384 #define QUEUE_NONE 0 /* on no queue */ macro
1228 bp->b_qindex = QUEUE_NONE; in bufinit()
1544 case QUEUE_NONE: in bufqueue()
1891 KASSERT(bp->b_qindex != QUEUE_NONE, in bremfree()
1954 KASSERT(bp->b_qindex != QUEUE_NONE, in bq_remove()
1967 bp->b_qindex = QUEUE_NONE; in bq_remove()
2024 if (bp->b_qindex != QUEUE_NONE) in bq_insert()
2546 KASSERT(bp->b_flags & B_REMFREE || bp->b_qindex == QUEUE_NONE, in bdirty()
2575 KASSERT(bp->b_flags & B_REMFREE || bp->b_qindex == QUEUE_NONE, in bundirty()
2899 qindex = QUEUE_NONE; in bqrelse()
[all …]