Searched refs:BIO_DONE (Results 1 – 7 of 7) sorted by relevance
55 #define BIO_DONE 0x02 /* This bio is finished. */ macro
443 bp->bio_flags |= BIO_DONE; in ps3disk_intr()
904 bp->bio_flags |= BIO_DONE; in fdc_biodone()1493 } while (!(bp->bio_flags & BIO_DONE));
3892 bp->bio_flags |= BIO_DONE; in biodone()3896 bp->bio_flags |= BIO_DONE; in biodone()3911 while ((bp->bio_flags & BIO_DONE) == 0) in biowait()
1000 bp->bio_flags |= BIO_DONE; in g_raid_tr_kerneldump_common_done()1024 while (!(bp.bio_flags & BIO_DONE)) { in g_raid_tr_kerneldump_common()
1490 if (bp->bio_flags & BIO_DONE) { in db_print_bio_flags()
1195 fbp->bio_flags &= ~(BIO_DONE | BIO_ERROR); in g_raid3_gather()