Searched refs:iothread_get_aio_context (Results 1 – 14 of 14) sorted by relevance
38 source = aio_get_g_source(iothread_get_aio_context(iothread)); in iothread_init_gcontext()117 AioContext *iothread_get_aio_context(IOThread *iothread) in iothread_get_aio_context() function
23 AioContext *iothread_get_aio_context(IOThread *iothread);
469 AioContext *ctx = iothread_get_aio_context(iothread); in test_sync_op()552 AioContext *ctx = iothread_get_aio_context(iothread); in test_attach_blockjob()615 AioContext *ctx = iothread_get_aio_context(iothread); in test_propagate_basic()679 AioContext *ctx = iothread_get_aio_context(iothread); in test_propagate_diamond()744 AioContext *ctx = iothread_get_aio_context(iothread); in test_propagate_mirror()815 AioContext *ctx = iothread_get_aio_context(iothread); in test_attach_second_node()848 AioContext *ctx = iothread_get_aio_context(iothread); in test_attach_preserve_blk_ctx()
540 AioContext *ctx_a = iothread_get_aio_context(a); in test_iothread_common()541 AioContext *ctx_b = iothread_get_aio_context(b); in test_iothread_common()765 ctx = iothread_get_aio_context(iothread); in test_blockjob_common_drain_node()1401 AioContext *ctx_a = iothread_get_aio_context(a); in test_set_aio_context()1402 AioContext *ctx_b = iothread_get_aio_context(b); in test_set_aio_context()
72 ctx[i] = iothread_get_aio_context(threads[i]); in create_aio_contexts()
49 AioContext *iothread_get_aio_context(IOThread *iothread);
95 AioContext *ctx = iothread_get_aio_context(iothread); in iothread_vq_mapping_apply()
147 source = aio_get_g_source(iothread_get_aio_context(iothread)); in iothread_init_gcontext()337 AioContext *iothread_get_aio_context(IOThread *iothread) in iothread_get_aio_context() function
546 aio_notify(iothread_get_aio_context(mon_iothread)); in monitor_suspend()581 ctx = iothread_get_aio_context(mon_iothread); in monitor_resume()
550 aio_bh_schedule_oneshot(iothread_get_aio_context(mon_iothread), in monitor_init_qmp()
76 AioContext *ctx = iothread_get_aio_context(vs->conf.iothread); in virtio_scsi_dataplane_setup()
130 new_ctx = iothread_get_aio_context(iothread); in blk_exp_add()
92 ``iothread_get_aio_context()`` or for the main loop using
626 dataplane->ctx = iothread_get_aio_context(dataplane->iothread); in xen_block_dataplane_create()