Searched refs:blk_get_aio_context (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-block-iothread.c | 644 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 D | test-throttle.c | 761 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 D | test-bdrv-drain.c | 879 assert(blk_get_aio_context(blk_target) == qemu_get_aio_context()); in test_blockjob_common_drain_node()
|
/openbmc/qemu/system/ |
H A D | dma-helpers.c | 254 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 D | block-backend-io.h | 103 AioContext *blk_get_aio_context(BlockBackend *blk);
|
/openbmc/qemu/hw/ide/ |
H A D | macio.c | 190 s->bus->dma->aiocb = dma_blk_io(blk_get_aio_context(s->blk), &s->sg, in pmac_ide_transfer_cb()
|
H A D | core.c | 971 s->bus->dma->aiocb = dma_blk_io(blk_get_aio_context(s->blk), in ide_dma_cb()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 333 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 D | scsi-bus.c | 128 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 D | virtio-scsi.c | 316 assert(blk_get_aio_context(d->conf.blk) == s->ctx); in virtio_scsi_ctx_check()
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 318 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 D | fuse.c | 97 exp->common.ctx = blk_get_aio_context(exp->common.blk); in fuse_export_drained_end()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 139 ctx = blk_get_aio_context(blk); in set_drive_helper()
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 2579 aio_poll(blk_get_aio_context(blk), true); in wait_break_f()
|