Searched refs:BIO_ONQUEUE (Results 1 – 5 of 5) sorted by relevance
144 inline int BIO_ONQUEUE = 0x04; variable145 #pragma D binding "1.13" BIO_ONQUEUE257 flag == BIO_ONQUEUE ? "ONQUEUE" :
134 KASSERT((bp->bio_flags & BIO_ONQUEUE), in g_bioq_first()136 bp->bio_flags &= ~BIO_ONQUEUE; in g_bioq_first()550 KASSERT(!(bp->bio_flags & BIO_ONQUEUE), in g_io_request()594 bp->bio_flags |= BIO_ONQUEUE; in g_io_request()649 KASSERT(!(bp->bio_flags & BIO_ONQUEUE), in g_io_deliver()696 bp->bio_flags |= BIO_ONQUEUE; in g_io_deliver()
1627 if (bp->bio_flags & BIO_ONQUEUE) in db_print_bio_flags()
58 #define BIO_ONQUEUE 0x04 /* This bio is in a queue & not yet taken. */ macro
64 append_bio_flag[this->b_flags, BIO_ONQUEUE];