Home
last modified time | relevance | path

Searched refs:bioq_takefirst (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_volume.c49 bp = bioq_takefirst(v->wqueue); in gv_volume_flush()
52 bp = bioq_takefirst(v->wqueue); in gv_volume_flush()
H A Dgeom_vinum_plex.c106 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 Dgeom_vinum_raid5.c116 cbp = bioq_takefirst(p->bqueue); in gv_raid5_start()
122 cbp = bioq_takefirst(p->bqueue); in gv_raid5_start()
H A Dgeom_vinum.c996 bp = bioq_takefirst(sc->bqueue_down); in gv_worker()
1021 bp = bioq_takefirst(sc->bqueue_up); in gv_worker()
/freebsd/sys/kern/
H A Dsubr_disk.c183 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 Dg_uzip_wrkthr.c59 bp = bioq_takefirst(&sc->bio_queue); in g_uzip_wrkthr()
/freebsd/sys/geom/raid/
H A Dtr_raid0.c253 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 Dtr_concat.c271 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 Dtr_raid5.c326 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 Dtr_raid1e.c740 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 Dtr_raid1.c589 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 Dg_raid.c984 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 Dbio.h173 struct bio *bioq_takefirst(struct bio_queue_head *head);
/freebsd/sys/geom/gate/
H A Dg_gate.c128 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 Dofw_disk.c112 bp = bioq_takefirst(&sc->ofwd_bio_queue); in ofwd_kthread()
/freebsd/sys/dev/nvd/
H A Dnvd.c254 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 Daltera_sdcard.c160 bp = bioq_takefirst(&sc->as_bioq); in altera_sdcard_nextio()
/freebsd/sys/geom/concat/
H A Dg_concat.c303 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 Dcfi_disk.c270 bp = bioq_takefirst(&sc->bioq); in cfi_io_proc()
/freebsd/sys/dev/flash/
H A Dat45d.c466 bp = bioq_takefirst(&sc->bio_queue); in at45d_task()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_spa.c326 bp = bioq_takefirst(&sc->spa_g_queue); in nvdimm_spa_g_thread()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c960 bp = bioq_takefirst(bioq); in vtblk_request_bio()
1279 bp = bioq_takefirst(bioq);
/freebsd/sys/geom/eli/
H A Dg_eli.c623 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 Dps3disk.c332 bp = bioq_takefirst(&sc->sc_deferredq); in ps3disk_task()
/freebsd/sys/dev/fdc/
H A Dfdc.c644 bp = bioq_takefirst(&fd->fd_bq); in fd_turnon()
816 fdc->bp = bioq_takefirst(&fdc->head); in fdc_worker()

12