/freebsd/sys/geom/vinum/ |
H A D | geom_vinum_volume.c | 49 bp = bioq_takefirst(v->wqueue); in gv_volume_flush() 52 bp = bioq_takefirst(v->wqueue); in gv_volume_flush()
|
H A D | geom_vinum_plex.c | 106 cbp = bioq_takefirst(p->bqueue); in gv_plex_start() 122 cbp = bioq_takefirst(p->bqueue); in gv_plex_start() 362 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done() 365 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done() 406 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done() 409 pbp = bioq_takefirst(p->wqueue); in gv_plex_raid5_done() 540 bp = bioq_takefirst(p->rqueue); in gv_plex_flush() 543 bp = bioq_takefirst(p->rqueue); in gv_plex_flush()
|
H A D | geom_vinum_raid5.c | 116 cbp = bioq_takefirst(p->bqueue); in gv_raid5_start() 122 cbp = bioq_takefirst(p->bqueue); in gv_raid5_start()
|
H A D | geom_vinum.c | 996 bp = bioq_takefirst(sc->bqueue_down); in gv_worker() 1021 bp = bioq_takefirst(sc->bqueue_up); in gv_worker()
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 183 while ((bp = bioq_takefirst(head)) != NULL) in bioq_flush() 217 bioq_takefirst(struct bio_queue_head *head) in bioq_takefirst() function
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_wrkthr.c | 59 bp = bioq_takefirst(&sc->bio_queue); in g_uzip_wrkthr()
|
/freebsd/sys/geom/raid/ |
H A D | tr_raid0.c | 253 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_raid0() 260 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_raid0()
|
H A D | tr_concat.c | 271 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_concat() 278 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_concat()
|
H A D | tr_raid5.c | 326 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_raid5_read() 333 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_raid5_read()
|
H A D | tr_raid1e.c | 740 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_raid1e_read() 747 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_raid1e_read() 818 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_raid1e_write() 825 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_raid1e_write()
|
H A D | tr_raid1.c | 589 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_iostart_raid1_write() 596 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_iostart_raid1_write()
|
H A D | g_raid.c | 984 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_flush_common() 991 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_flush_common() 1339 while ((bp = bioq_takefirst(&vol->v_locked)) != NULL) in g_raid_unlock_range() 1519 else if ((bp = bioq_takefirst(&sc->sc_queue)) != NULL) in g_raid_worker() 1601 bp = bioq_takefirst(&sc->sc_queue); in g_raid_poll()
|
/freebsd/sys/sys/ |
H A D | bio.h | 173 struct bio *bioq_takefirst(struct bio_queue_head *head);
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 128 while ((bp = bioq_takefirst(&sc->sc_inqueue)) != NULL) { in g_gate_destroy() 132 while ((bp = bioq_takefirst(&sc->sc_outqueue)) != NULL) { in g_gate_destroy() 138 while ((bp = bioq_takefirst(&queue)) != NULL) { in g_gate_destroy() 390 while ((bp = bioq_takefirst(&queue)) != NULL) { in g_gate_guard()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_disk.c | 112 bp = bioq_takefirst(&sc->ofwd_bio_queue); in ofwd_kthread()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 254 while ((bp = bioq_takefirst(&ndisk->bioq)) != NULL) { in nvd_gone() 372 bp = bioq_takefirst(&ndisk->bioq); in nvd_bioq_process()
|
/freebsd/sys/dev/altera/sdcard/ |
H A D | altera_sdcard.c | 160 bp = bioq_takefirst(&sc->as_bioq); in altera_sdcard_nextio()
|
/freebsd/sys/geom/concat/ |
H A D | g_concat.c | 303 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_concat_passdown() 315 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_concat_passdown() 393 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_concat_start() 428 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_concat_start()
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_disk.c | 270 bp = bioq_takefirst(&sc->bioq); in cfi_io_proc()
|
/freebsd/sys/dev/flash/ |
H A D | at45d.c | 466 bp = bioq_takefirst(&sc->bio_queue); in at45d_task()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_spa.c | 326 bp = bioq_takefirst(&sc->spa_g_queue); in nvdimm_spa_g_thread()
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 960 bp = bioq_takefirst(bioq); in vtblk_request_bio() 1279 bp = bioq_takefirst(bioq);
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 623 while ((bp = bioq_takefirst(&sc->sc_queue)) != NULL) { in g_eli_cancel() 638 return (bioq_takefirst(&sc->sc_queue)); in g_eli_takefirst()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3disk.c | 332 bp = bioq_takefirst(&sc->sc_deferredq); in ps3disk_task()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 644 bp = bioq_takefirst(&fd->fd_bq); in fd_turnon() 816 fdc->bp = bioq_takefirst(&fdc->head); in fdc_worker()
|