Home
last modified time | relevance | path

Searched defs:iothread (Results 1 – 16 of 16) sorted by relevance

/qemu/
H A Diothread.c41 IOThread *iothread = opaque; in iothread_run() local
82 IOThread *iothread = opaque; in iothread_stop_bh() local
91 void iothread_stop(IOThread *iothread) in iothread_stop()
103 IOThread *iothread = IOTHREAD(obj); in iothread_instance_init() local
114 IOThread *iothread = IOTHREAD(obj); in iothread_instance_finalize() local
157 IOThread *iothread = IOTHREAD(base); in iothread_set_aio_context_params() local
183 IOThread *iothread = IOTHREAD(base); in iothread_init() local
240 IOThread *iothread = IOTHREAD(obj); in iothread_get_param() local
249 IOThread *iothread = IOTHREAD(obj); in iothread_set_param() local
279 IOThread *iothread = IOTHREAD(obj); in iothread_set_poll_param() local
[all …]
H A Dblockdev.c3537 void qmp_x_blockdev_set_iothread(const char *node_name, StrOrNull *iothread, in qmp_x_blockdev_set_iothread()
/qemu/tests/unit/
H A Diothread.c33 static void iothread_init_gcontext(IOThread *iothread) in iothread_init_gcontext() argument
46 IOThread *iothread = opaque; in iothread_run() local
81 IOThread *iothread = opaque; in iothread_stop_bh() local
86 void iothread_join(IOThread *iothread) in iothread_join()
100 IOThread *iothread = g_new0(IOThread, 1); in iothread_new() local
117 AioContext *iothread_get_aio_context(IOThread *iothread) in iothread_get_aio_context()
H A Dtest-block-iothread.c468 IOThread *iothread = iothread_new(); in test_sync_op() local
551 IOThread *iothread = iothread_new(); in test_attach_blockjob() local
614 IOThread *iothread = iothread_new(); in test_propagate_basic() local
678 IOThread *iothread = iothread_new(); in test_propagate_diamond() local
743 IOThread *iothread = iothread_new(); in test_propagate_mirror() local
814 IOThread *iothread = iothread_new(); in test_attach_second_node() local
847 IOThread *iothread = iothread_new(); in test_attach_preserve_blk_ctx() local
H A Dtest-bdrv-drain.c724 IOThread *iothread = NULL; in test_blockjob_common_drain_node() local
/qemu/hw/remote/
H A Dmpqemu-link.c37 bool iothread = qemu_in_iothread(); in mpqemu_msg_send() local
100 bool iothread = qemu_in_iothread(); in mpqemu_read() local
/qemu/include/hw/xen/
H A Dxen-block.h38 IOThread *iothread; member
57 XenBlockIOThread *iothread; member
/qemu/hw/block/
H A Dxen-block.c989 static void xen_block_iothread_destroy(XenBlockIOThread *iothread, in xen_block_iothread_destroy()
1002 XenBlockIOThread *iothread = g_new(XenBlockIOThread, 1); in xen_block_iothread_create() local
1033 XenBlockIOThread *iothread = NULL; in xen_block_device_create() local
1133 XenBlockIOThread *iothread = blockdev->iothread; in xen_block_device_destroy() local
H A Dvirtio-blk.c1655 IOThread *iothread = iothread_by_id(node->value->iothread); in apply_iothread_vq_mapping() local
1761 IOThread *iothread = iothread_by_id(node->value->iothread); in virtio_blk_vq_aio_context_cleanup() local
/qemu/block/export/
H A Dexport.c119 IOThread *iothread; in blk_exp_add() local
/qemu/hw/block/dataplane/
H A Dxen-block.c66 IOThread *iothread; member
612 IOThread *iothread) in xen_block_dataplane_create()
/qemu/include/hw/virtio/
H A Dvirtio-balloon.h54 IOThread *iothread; member
H A Dvirtio-scsi.h62 IOThread *iothread; member
H A Dvirtio-blk.h40 IOThread *iothread; member
/qemu/hw/core/
H A Dqdev-properties-system.c90 void *opaque, bool iothread, Error **errp) in set_drive_helper()
/qemu/net/
H A Dcolo-compare.c132 IOThread *iothread; member