Home
last modified time | relevance | path

Searched refs:bioq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/nvd/
H A Dnvd.c78 struct bio_queue_head bioq; member
227 ndisk->cur_depth == 0 && bioq_first(&ndisk->bioq) == NULL) { in nvd_strategy()
241 bioq_insert_tail(&ndisk->bioq, bp); in nvd_strategy()
254 while ((bp = bioq_takefirst(&ndisk->bioq)) != NULL) { in nvd_gone()
372 bp = bioq_takefirst(&ndisk->bioq); in nvd_bioq_process()
430 bioq_init(&ndisk->bioq); in nvd_new_disk()
/freebsd/sys/dev/cfi/
H A Dcfi_disk.c60 struct bio_queue_head bioq; /* bio queue */ member
125 bioq_init(&sc->bioq); in cfi_disk_attach()
270 bp = bioq_takefirst(&sc->bioq); in cfi_io_proc()
328 bioq_insert_tail(&sc->bioq, bp); in cfi_disk_strategy()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c947 struct bio_queue_head *bioq; in vtblk_request_bio() local
951 bioq = &sc->vtblk_bioq; in vtblk_request_bio()
953 if (bioq_first(bioq) == NULL) in vtblk_request_bio()
960 bp = bioq_takefirst(bioq); in vtblk_request_bio()
1257 struct bio_queue_head *bioq; in vtblk_drain()
1261 bioq = &sc->vtblk_bioq; in vtblk_drain()
1278 while (bioq_first(bioq) != NULL) {
1279 bp = bioq_takefirst(bioq);
1250 struct bio_queue_head *bioq; vtblk_drain() local
/freebsd/sys/geom/journal/
H A Dg_journal.c1119 struct bio *bioq, *bp, *lbp; in g_journal_copy_send() local
1121 bioq = lbp = NULL; in g_journal_copy_send()
1129 GJQ_INSERT_AFTER(bioq, bp, lbp); in g_journal_copy_send()
1134 sc->sc_copy_in_progress += g_journal_optimize(bioq); in g_journal_copy_send()
1135 while ((bp = GJQ_FIRST(bioq)) != NULL) { in g_journal_copy_send()
1136 GJQ_REMOVE(bioq, bp); in g_journal_copy_send()
1245 struct bio **bioq; in g_journal_flush() local
1270 bioq = &sc->sc_active.jj_queue; in g_journal_flush()
1329 g_journal_insert(bioq, ent->je_offset, in g_journal_flush()
1381 struct bio *bioq, *bp, *lbp; in g_journal_flush_send() local
[all …]