Home
last modified time | relevance | path

Searched refs:ctx_a (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-bdrv-drain.c536 AioContext *ctx_a = iothread_get_aio_context(a); in test_iothread_common() local
553 blk_set_aio_context(blk, ctx_a, &error_abort); in test_iothread_common()
583 aio_bh_schedule_oneshot(ctx_a, test_iothread_main_thread_bh, &data); in test_iothread_common()
600 aio_co_enter(ctx_a, co); in test_iothread_common()
1409 AioContext *ctx_a = iothread_get_aio_context(a); in test_set_aio_context()
1415 bdrv_try_change_aio_context(bs, ctx_a, NULL, &error_abort);
1393 AioContext *ctx_a = iothread_get_aio_context(a); test_set_aio_context() local