Searched refs:QUEUE_NONE (Results 1 – 1 of 1) sorted by relevance
372 #define QUEUE_NONE 0 /* on no queue */ macro1176 bp->b_qindex = QUEUE_NONE; in bufinit()1477 case QUEUE_NONE: in bufqueue()1824 KASSERT(bp->b_qindex != QUEUE_NONE, in bremfree()1884 KASSERT(bp->b_qindex != QUEUE_NONE, in bq_remove()1897 bp->b_qindex = QUEUE_NONE; in bq_remove()1954 if (bp->b_qindex != QUEUE_NONE) in bq_insert()2474 KASSERT(bp->b_flags & B_REMFREE || bp->b_qindex == QUEUE_NONE, in bdirty()2503 KASSERT(bp->b_flags & B_REMFREE || bp->b_qindex == QUEUE_NONE, in bundirty()2827 qindex = QUEUE_NONE; in bqrelse()[all …]