Home
last modified time | relevance | path

Searched refs:bio_queue (Results 1 – 18 of 18) sorted by relevance

/dragonfly/sys/dev/virtual/vkernel/cdrom/
HDvcd.c55 struct bio_queue_head bio_queue; member
96 bioq_init(&sc->bio_queue); in vcdinit()
148 bioqdisksort(&sc->bio_queue, bio); in vcdstrategy()
149 while ((bio = bioq_takefirst(&sc->bio_queue)) != NULL) { in vcdstrategy()
/dragonfly/sys/bus/cam/scsi/
HDscsi_pt.c81 struct bio_queue_head bio_queue; member
239 bioq_insert_tail(&softc->bio_queue, bio); in ptstrategy()
305 bioq_init(&softc->bio_queue); in ptctor()
362 while ((q_bio = bioq_takefirst(&softc->bio_queue)) != NULL) { in ptoninvalidate()
457 bio = bioq_first(&softc->bio_queue); in ptstart()
469 bioq_remove(&softc->bio_queue, bio); in ptstart()
495 bio = bioq_first(&softc->bio_queue); in ptstart()
560 … while ((q_bio = bioq_takefirst(&softc->bio_queue)) != NULL) { in ptdone()
HDscsi_sa.c207 struct bio_queue_head bio_queue; member
784 bioq_insert_tail(&softc->bio_queue, bio); in sastrategy()
1395 while ((q_bio = bioq_takefirst(&softc->bio_queue)) != NULL) { in saoninvalidate()
1490 bioq_init(&softc->bio_queue); in saregister()
1590 bio = bioq_first(&softc->bio_queue); in sastart()
1605 bioq_remove(&softc->bio_queue, bio); in sastart()
1623 if (bioq_first(&softc->bio_queue) != NULL) { in sastart()
1631 bio = bioq_first(&softc->bio_queue); in sastart()
1648 bioq_remove(&softc->bio_queue, bio); in sastart()
1712 bio = bioq_first(&softc->bio_queue); in sastart()
[all …]
HDscsi_cd.c155 struct bio_queue_head bio_queue; member
404 while ((q_bio = bioq_takefirst(&softc->bio_queue)) != NULL) { in cdoninvalidate()
687 bioq_init(&softc->bio_queue); in cdregister()
1126 if ((bioq_first(&changer->cur_device->bio_queue) == NULL) in cdshorttimeout()
1241 if (bioq_first(&changer->cur_device->bio_queue) != NULL) { in cdrunchangerqueue()
1318 } else if ((bioq_first(&softc->bio_queue) == NULL) in cdchangerschedule()
1475 bioqdisksort(&softc->bio_queue, bio); in cdstrategy()
1514 bio = bioq_first(&softc->bio_queue); in cdstart()
1526 bioq_remove(&softc->bio_queue, bio); in cdstart()
1560 bio = bioq_first(&softc->bio_queue); in cdstart()
[all …]
/dragonfly/sys/dev/disk/md/
HDmd.c71 struct bio_queue_head bio_queue; member
222 bioqdisksort(&sc->bio_queue, bio); in mdstrategy_malloc()
232 bio = bioq_first(&sc->bio_queue); in mdstrategy_malloc()
238 bioq_remove(&sc->bio_queue, bio); in mdstrategy_malloc()
362 bioqdisksort(&sc->bio_queue, bio); in mdstrategy_preload()
372 bio = bioq_takefirst(&sc->bio_queue); in mdstrategy_preload()
411 bioq_init(&sc->bio_queue); in mdcreate()
/dragonfly/sys/dev/disk/mmcsd/
HDmmcsd.c85 struct bio_queue_head bio_queue; member
151 bioq_init(&sc->bio_queue); in mmcsd_attach()
233 while ((q_bio = bioq_takefirst(&sc->bio_queue)) != NULL) { in mmcsd_detach()
307 bioqdisksort(&sc->bio_queue, bio); in mmcsd_strategy()
518 bio = bioq_takefirst(&sc->bio_queue); in mmcsd_task()
/dragonfly/sys/dev/raid/ida/
HDida.c189 bioq_init(&ida->bio_queue); in ida_init()
367 bioqdisksort(&ida->bio_queue, bio); in ida_submit_buf()
381 bio = bioq_first(&ida->bio_queue); in ida_construct_qcb()
389 bioq_remove(&ida->bio_queue, bio); in ida_construct_qcb()
HDidavar.h159 struct bio_queue_head bio_queue; member
/dragonfly/sys/vfs/mfs/
HDmfs_vfsops.c187 bioq_insert_tail(&mfsp->bio_queue, bio); in mfsstrategy()
343 bioq_init(&mfsp->bio_queue); in mfs_mount()
455 while ((bio = bioq_takefirst(&mfsp->bio_queue)) != NULL) { in mfs_start()
HDmfsnode.h45 struct bio_queue_head bio_queue; /* list of I/O requests */ member
/dragonfly/sys/dev/virtual/vkernel/disk/
HDvdisk.c58 struct bio_queue_head bio_queue; member
121 bioq_init(&sc->bio_queue); in vkdinit()
/dragonfly/sys/dev/disk/fd/
HDfdc.h63 struct bio_queue_head bio_queue; member
HDfd.c813 bioq_init(&fdc->bio_queue); in fdc_attach()
1530 bioqdisksort(&fdc->bio_queue, bio); in fdstrategy()
1668 bio = bioq_first(&fdc->bio_queue); in fdstate()
1670 bioq_remove(&fdc->bio_queue, bio); in fdstate()
/dragonfly/sys/dev/raid/ips/
HDips_pci.c155 bioq_init(&sc->bio_queue); in ips_pci_attach()
HDips_commands.c243 bio = bioq_first(&sc->bio_queue); in ips_start_io_request()
248 bioq_remove(&sc->bio_queue, bio); in ips_start_io_request()
HDips_disk.c139 bioqdisksort(&dsc->sc->bio_queue, bio); in ipsd_strategy()
HDips.h453 struct bio_queue_head bio_queue; member
/dragonfly/sys/sys/
HDbuf.h355 TAILQ_HEAD(bio_queue, bio) queue;