/qemu/include/block/ |
A D | raw-aio.h | 65 void laio_attach_aio_context(LinuxAioState *s, AioContext *new_context); 76 void luring_attach_aio_context(LuringState *s, AioContext *new_context); 91 AioContext *new_context);
|
A D | throttle-groups.h | 83 AioContext *new_context);
|
A D | blockjob_int.h | 67 void (*attached_aio_context)(BlockJob *job, AioContext *new_context);
|
A D | block_int-global-state.h | 301 void (*attached_aio_context)(AioContext *new_context, void *opaque),
|
A D | block_int-common.h | 365 AioContext *new_context); 904 void (*attached_aio_context)(AioContext *new_context, void *opaque);
|
/qemu/block/ |
A D | win32-aio.c | 182 AioContext *new_context) in win32_aio_attach_aio_context() argument 184 aio->aio_ctx = new_context; in win32_aio_attach_aio_context() 185 aio_set_event_notifier(new_context, &aio->e, win32_aio_completion_cb, in win32_aio_attach_aio_context()
|
A D | linux-aio.c | 443 void laio_attach_aio_context(LinuxAioState *s, AioContext *new_context) in laio_attach_aio_context() argument 445 s->aio_context = new_context; in laio_attach_aio_context() 446 s->completion_bh = aio_bh_new(new_context, qemu_laio_completion_bh, s); in laio_attach_aio_context() 447 aio_set_event_notifier(new_context, &s->e, in laio_attach_aio_context()
|
A D | io_uring.c | 416 void luring_attach_aio_context(LuringState *s, AioContext *new_context) in luring_attach_aio_context() argument 418 s->aio_context = new_context; in luring_attach_aio_context() 419 s->completion_bh = aio_bh_new(new_context, qemu_luring_completion_bh, s); in luring_attach_aio_context()
|
A D | throttle.c | 178 AioContext *new_context) in throttle_attach_aio_context() argument 181 throttle_group_attach_aio_context(tgm, new_context); in throttle_attach_aio_context()
|
A D | throttle-groups.c | 625 AioContext *new_context) in throttle_group_attach_aio_context() argument 628 throttle_timers_attach_aio_context(tt, new_context); in throttle_group_attach_aio_context() 629 tgm->aio_context = new_context; in throttle_group_attach_aio_context()
|
A D | block-backend.c | 37 void (*attached_aio_context)(AioContext *new_context, void *opaque); 2377 int blk_set_aio_context(BlockBackend *blk, AioContext *new_context, in blk_set_aio_context() argument 2387 qatomic_set(&blk->ctx, new_context); in blk_set_aio_context() 2396 ret = bdrv_try_change_aio_context(bs, new_context, NULL, errp); in blk_set_aio_context() 2413 AioContext *new_context = s->new_ctx; in blk_root_set_aio_ctx_commit() local 2416 qatomic_set(&blk->ctx, new_context); in blk_root_set_aio_ctx_commit() 2419 throttle_group_attach_aio_context(tgm, new_context); in blk_root_set_aio_ctx_commit() 2459 void (*attached_aio_context)(AioContext *new_context, void *opaque), in blk_add_aio_context_notifier() argument
|
A D | curl.c | 597 AioContext *new_context) in curl_attach_aio_context() argument 601 aio_timer_init(new_context, &s->timer, in curl_attach_aio_context() 607 s->aio_context = new_context; in curl_attach_aio_context()
|
A D | nvme.c | 1563 AioContext *new_context) in nvme_attach_aio_context() argument 1567 s->aio_context = new_context; in nvme_attach_aio_context() 1568 aio_set_event_notifier(new_context, &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_attach_aio_context() 1576 aio_bh_new(new_context, nvme_process_completion_bh, q); in nvme_attach_aio_context()
|
A D | blkio.c | 300 AioContext *new_context) in blkio_attach_aio_context() argument 304 aio_set_fd_handler(new_context, s->completion_fd, in blkio_attach_aio_context()
|
A D | file-win32.c | 222 AioContext *new_context) in raw_attach_aio_context() argument 227 win32_aio_attach_aio_context(s->aio, new_context); in raw_attach_aio_context()
|
A D | nfs.c | 378 AioContext *new_context) in nfs_attach_aio_context() argument 382 client->aio_context = new_context; in nfs_attach_aio_context()
|
A D | qed.c | 359 AioContext *new_context) in bdrv_qed_attach_aio_context() argument 363 s->need_check_timer = aio_timer_new(new_context, in bdrv_qed_attach_aio_context()
|
A D | iscsi.c | 1557 AioContext *new_context) in iscsi_attach_aio_context() argument 1561 iscsilun->aio_context = new_context; in iscsi_attach_aio_context()
|
/qemu/stubs/ |
A D | io_uring.c | 19 void luring_attach_aio_context(LuringState *s, AioContext *new_context) in luring_attach_aio_context() argument
|
A D | linux-aio.c | 19 void laio_attach_aio_context(LinuxAioState *s, AioContext *new_context) in laio_attach_aio_context() argument
|
/qemu/include/sysemu/ |
A D | block-backend-global-state.h | 90 int blk_set_aio_context(BlockBackend *blk, AioContext *new_context, 93 void (*attached_aio_context)(AioContext *new_context, void *opaque),
|
/qemu/include/qemu/ |
A D | throttle.h | 137 AioContext *new_context);
|
/qemu/util/ |
A D | throttle.c | 201 AioContext *new_context) in throttle_timers_attach_aio_context() argument 208 aio_timer_new(new_context, tt->clock_type, SCALE_NS, in throttle_timers_attach_aio_context()
|
/qemu/ |
A D | blockdev.c | 3545 AioContext *new_context; in qmp_x_blockdev_set_iothread() local 3571 new_context = iothread_get_aio_context(obj); in qmp_x_blockdev_set_iothread() 3573 new_context = qemu_get_aio_context(); in qmp_x_blockdev_set_iothread() 3576 bdrv_try_change_aio_context(bs, new_context, NULL, errp); in qmp_x_blockdev_set_iothread()
|
A D | block.c | 7487 AioContext *new_context) in bdrv_attach_aio_context() argument 7492 bs->aio_context = new_context; in bdrv_attach_aio_context() 7495 bs->drv->bdrv_attach_aio_context(bs, new_context); in bdrv_attach_aio_context() 7504 ban->attached_aio_context(new_context, ban->opaque); in bdrv_attach_aio_context() 7570 AioContext *new_context = state->new_ctx; in bdrv_set_aio_context_commit() local 7573 bdrv_attach_aio_context(bs, new_context); in bdrv_set_aio_context_commit() 7680 void (*attached_aio_context)(AioContext *new_context, void *opaque), in bdrv_add_aio_context_notifier() argument
|