Lines Matching refs:QUEUE_NONE
384 #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()
2903 qindex = QUEUE_NONE; in bqrelse()
4097 MPASS(bp->b_qindex == QUEUE_NONE); in getblkx()