Home
last modified time | relevance | path

Searched refs:blk_get_aio_context (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-block-iothread.c644 g_assert(blk_get_aio_context(blk) == ctx); in test_propagate_basic()
652 g_assert(blk_get_aio_context(blk) == main_ctx); in test_propagate_basic()
719 g_assert(blk_get_aio_context(blk) == ctx); in test_propagate_diamond()
728 g_assert(blk_get_aio_context(blk) == main_ctx); in test_propagate_diamond()
788 g_assert(blk_get_aio_context(blk) == main_ctx); in test_propagate_mirror()
797 g_assert(blk_get_aio_context(blk) == ctx); in test_propagate_mirror()
831 g_assert(blk_get_aio_context(blk) == ctx); in test_attach_second_node()
836 g_assert(blk_get_aio_context(blk) == main_ctx); in test_attach_second_node()
858 g_assert(blk_get_aio_context(blk) == ctx); in test_attach_preserve_blk_ctx()
863 g_assert(blk_get_aio_context(blk) == ctx); in test_attach_preserve_blk_ctx()
[all …]
H A Dtest-throttle.c761 throttle_group_register_tgm(tgm1, "bar", blk_get_aio_context(blk1)); in test_groups()
762 throttle_group_register_tgm(tgm2, "foo", blk_get_aio_context(blk2)); in test_groups()
763 throttle_group_register_tgm(tgm3, "bar", blk_get_aio_context(blk3)); in test_groups()
H A Dtest-bdrv-drain.c879 assert(blk_get_aio_context(blk_target) == qemu_get_aio_context()); in test_blockjob_common_drain_node()
/openbmc/qemu/system/
H A Ddma-helpers.c254 return dma_blk_io(blk_get_aio_context(blk), sg, offset, align, in dma_blk_read()
272 return dma_blk_io(blk_get_aio_context(blk), sg, offset, align, in dma_blk_write()
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h103 AioContext *blk_get_aio_context(BlockBackend *blk);
/openbmc/qemu/hw/ide/
H A Dmacio.c190 s->bus->dma->aiocb = dma_blk_io(blk_get_aio_context(s->blk), &s->sg, in pmac_ide_transfer_cb()
H A Dcore.c971 s->bus->dma->aiocb = dma_blk_io(blk_get_aio_context(s->blk), in ide_dma_cb()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c333 assert(blk_get_aio_context(s->qdev.conf.blk) == in scsi_aio_complete()
438 assert(blk_get_aio_context(s->qdev.conf.blk) == in scsi_read_complete_noio()
491 r->req.aiocb = dma_blk_io(blk_get_aio_context(s->qdev.conf.blk), in scsi_do_read()
571 assert(blk_get_aio_context(s->qdev.conf.blk) == in scsi_write_complete_noio()
654 r->req.aiocb = dma_blk_io(blk_get_aio_context(s->qdev.conf.blk), in scsi_write_data()
2532 if (blk_get_aio_context(s->qdev.conf.blk) != qemu_get_aio_context() && in scsi_realize()
H A Dscsi-bus.c128 ctx = blk_get_aio_context(s->conf.blk); in scsi_device_for_each_req_async_bh()
169 aio_bh_schedule_oneshot(blk_get_aio_context(s->conf.blk), in scsi_device_for_each_req_async()
H A Dvirtio-scsi.c316 assert(blk_get_aio_context(d->conf.blk) == s->ctx); in virtio_scsi_ctx_check()
/openbmc/qemu/block/
H A Dblock-backend.c318 return blk_get_aio_context(blk); in blk_root_get_parent_aio_context()
2070 AIO_WAIT_WHILE(blk_get_aio_context(blk), in blk_drain()
2366 AioContext *blk_get_aio_context(BlockBackend *blk) in blk_get_aio_context() function
2702 group, blk_get_aio_context(blk)); in blk_io_limits_enable()
/openbmc/qemu/block/export/
H A Dfuse.c97 exp->common.ctx = blk_get_aio_context(exp->common.blk); in fuse_export_drained_end()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c139 ctx = blk_get_aio_context(blk); in set_drive_helper()
/openbmc/qemu/
H A Dqemu-io-cmds.c2579 aio_poll(blk_get_aio_context(blk), true); in wait_break_f()