/openbmc/qemu/io/ |
H A D | channel-util.c | 50 aio_set_fd_handler(read_ctx, read_fd, io_read, io_write, in qio_channel_util_set_aio_fd_handler() 54 aio_set_fd_handler(read_ctx, read_fd, io_read, NULL, in qio_channel_util_set_aio_fd_handler() 58 aio_set_fd_handler(write_ctx, write_fd, NULL, io_write, in qio_channel_util_set_aio_fd_handler()
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-io.c | 77 aio_set_fd_handler(data->ctx, data->fd, NULL, NULL, NULL, NULL, NULL); in fd_coroutine_enter() 89 aio_set_fd_handler(data.ctx, fd, fd_coroutine_enter, NULL, NULL, NULL, in yield_until_fd_readable()
|
H A D | vhost-user-server.c | 307 aio_set_fd_handler(server->ctx, fd, kick_handler, in set_watch() 328 aio_set_fd_handler(server->ctx, fd, NULL, NULL, NULL, NULL, NULL); in remove_watch() 388 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, in vhost_user_server_stop() 427 aio_set_fd_handler(ctx, vu_fd_watch->fd, kick_handler, NULL, in vhost_user_server_attach_aio_context() 459 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, in vhost_user_server_detach_aio_context()
|
H A D | aio-posix.c | 101 void aio_set_fd_handler(AioContext *ctx, in aio_set_fd_handler() function 202 aio_set_fd_handler(ctx, event_notifier_get_fd(notifier), in aio_set_event_notifier()
|
H A D | aio-win32.c | 65 void aio_set_fd_handler(AioContext *ctx, in aio_set_fd_handler() function
|
H A D | main-loop.c | 644 aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, NULL, NULL, in qemu_set_fd_handler()
|
/openbmc/qemu/block/export/ |
H A D | vduse-blk.c | 139 aio_set_fd_handler(vblk_exp->export.ctx, vduse_queue_get_fd(vq), in vduse_blk_enable_queue() 154 aio_set_fd_handler(vblk_exp->export.ctx, fd, in vduse_blk_disable_queue() 172 aio_set_fd_handler(vblk_exp->export.ctx, vduse_dev_get_fd(vblk_exp->dev), in vduse_blk_attach_ctx() 181 aio_set_fd_handler(vblk_exp->export.ctx, vduse_dev_get_fd(vblk_exp->dev), in vduse_blk_detach_ctx() 364 aio_set_fd_handler(exp->ctx, vduse_dev_get_fd(vblk_exp->dev), in vduse_blk_exp_create()
|
H A D | fuse.c | 86 aio_set_fd_handler(exp->common.ctx, in fuse_export_drained_begin() 99 aio_set_fd_handler(exp->common.ctx, in fuse_export_drained_end() 272 aio_set_fd_handler(exp->common.ctx, in setup_fuse_export() 322 aio_set_fd_handler(exp->common.ctx, in fuse_export_shutdown()
|
/openbmc/qemu/block/ |
H A D | curl.c | 135 aio_set_fd_handler(s->aio_context, socket->fd, in curl_drop_socket() 183 aio_set_fd_handler(s->aio_context, fd, in curl_sock_cb() 187 aio_set_fd_handler(s->aio_context, fd, in curl_sock_cb() 191 aio_set_fd_handler(s->aio_context, fd, in curl_sock_cb() 196 aio_set_fd_handler(s->aio_context, fd, in curl_sock_cb()
|
H A D | io_uring.c | 410 aio_set_fd_handler(old_context, s->ring.ring_fd, in luring_detach_aio_context() 420 aio_set_fd_handler(s->aio_context, s->ring.ring_fd, in luring_attach_aio_context()
|
H A D | nfs.c | 195 aio_set_fd_handler(client->aio_context, nfs_get_fd(client->context), in nfs_set_events() 372 aio_set_fd_handler(client->aio_context, nfs_get_fd(client->context), in nfs_detach_aio_context() 390 aio_set_fd_handler(client->aio_context, nfs_get_fd(client->context), in nfs_client_close()
|
H A D | blkio.c | 304 aio_set_fd_handler(new_context, s->completion_fd, in blkio_attach_aio_context() 314 aio_set_fd_handler(bdrv_get_aio_context(bs), s->completion_fd, NULL, NULL, in blkio_detach_aio_context()
|
H A D | ssh.c | 1025 aio_set_fd_handler(ctx, s->sock, NULL, NULL, NULL, NULL, NULL); in restart_coroutine() 1054 aio_set_fd_handler(bdrv_get_aio_context(bs), s->sock, in co_yield()
|
H A D | iscsi.c | 365 aio_set_fd_handler(iscsilun->aio_context, iscsi_get_fd(iscsi), in iscsi_set_events() 1542 aio_set_fd_handler(iscsilun->aio_context, iscsi_get_fd(iscsilun->iscsi), in iscsi_detach_aio_context()
|
/openbmc/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 78 * ``aio_set_fd_handler()`` - monitor a file descriptor 102 ``AioContext`` functions like ``aio_set_fd_handler()``,
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 860 aio_set_fd_handler(channel->ctx, qemu_xen_evtchn_fd(channel->xeh), in xen_device_set_event_channel_context() 865 aio_set_fd_handler(channel->ctx, qemu_xen_evtchn_fd(channel->xeh), in xen_device_set_event_channel_context() 947 aio_set_fd_handler(channel->ctx, qemu_xen_evtchn_fd(channel->xeh), in xen_device_unbind_event_channel()
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 463 void aio_set_fd_handler(AioContext *ctx,
|
/openbmc/qemu/migration/ |
H A D | rdma.c | 3090 aio_set_fd_handler(read_ctx, rioc->rdmain->recv_comp_channel->fd, in qio_channel_rdma_set_aio_fd_handler() 3092 aio_set_fd_handler(read_ctx, rioc->rdmain->send_comp_channel->fd, in qio_channel_rdma_set_aio_fd_handler() 3095 aio_set_fd_handler(write_ctx, rioc->rdmaout->recv_comp_channel->fd, in qio_channel_rdma_set_aio_fd_handler() 3097 aio_set_fd_handler(write_ctx, rioc->rdmaout->send_comp_channel->fd, in qio_channel_rdma_set_aio_fd_handler()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 137 aio_set_fd_handler(qemu_get_aio_context(), xen_be_evtchn_fd(s->eh), in xen_xenstore_realize()
|