Home
last modified time | relevance | path

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

12

/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.c982 while ((cbp = bioq_takefirst(&queue)) != NULL) { in g_raid_tr_flush_common()
989 while ((cbp = bioq_takefirst(&queue)) != NULL) in g_raid_tr_flush_common()
1337 while ((bp = bioq_takefirst(&vol->v_locked)) != NULL) in g_raid_unlock_range()
1517 else if ((bp = bioq_takefirst(&sc->sc_queue)) != NULL) in g_raid_worker()
1599 bp = bioq_takefirst(&sc->sc_queue); in g_raid_poll()
/freebsd/sys/sys/
H A Dbio.h177 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/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/nvd/
H A Dnvd.c246 while ((bp = bioq_takefirst(&ndisk->bioq)) != NULL) { in nvd_gone()
364 bp = bioq_takefirst(&ndisk->bioq); in nvd_bioq_process()
/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/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/virtio/block/
H A Dvirtio_blk.c1110 bp = bioq_takefirst(bioq); in vtblk_request_bio()
1442 bp = bioq_takefirst(bioq); in vtblk_drain()
/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()
/freebsd/sys/cam/
H A Dcam_iosched.c1676 nbp = bioq_takefirst(&isc->trim_queue); in cam_iosched_queue_work()
/freebsd/sys/dev/mmc/
H A Dmmcsd.c1438 bp = bioq_takefirst(&part->bio_queue); in mmcsd_task()
/freebsd/sys/geom/multipath/
H A Dg_multipath.c469 bp = bioq_takefirst(&gmtbq); in g_multipath_kt()
/freebsd/sys/dev/md/
H A Dmd.c1240 bp = bioq_takefirst(&sc->bio_queue); in md_kthread()
/freebsd/sys/geom/journal/
H A Dg_journal.c1445 bp = bioq_takefirst(&sc->sc_delayed_queue); in g_journal_release_delayed()

12