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
1238 bp->b_qindex = QUEUE_NONE; in bufinit()
1555 case QUEUE_NONE: in bufqueue()
1902 KASSERT(bp->b_qindex != QUEUE_NONE, in bremfree()
1965 KASSERT(bp->b_qindex != QUEUE_NONE, in bq_remove()
1978 bp->b_qindex = QUEUE_NONE; in bq_remove()
2035 if (bp->b_qindex != QUEUE_NONE) in bq_insert()
2551 KASSERT(bp->b_flags & B_REMFREE || bp->b_qindex == QUEUE_NONE, in bdirty()
2580 KASSERT(bp->b_flags & B_REMFREE || bp->b_qindex == QUEUE_NONE, in bundirty()
2904 qindex = QUEUE_NONE; in bqrelse()
[all …]