Home
last modified time | relevance | path

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

/qemu/block/export/
H A Dexport.c120 AioContext *new_ctx; in blk_exp_add() local
129 new_ctx = iothread_get_aio_context(iothread); in blk_exp_add()
133 ret = bdrv_try_change_aio_context(bs, new_ctx, NULL, set_context_errp); in blk_exp_add()
135 ctx = new_ctx; in blk_exp_add()
/qemu/util/
H A Dasync.c657 AioContext *new_ctx; member
663 aio_co_schedule(data->new_ctx, data->co); in aio_co_reschedule_self_bh()
666 void coroutine_fn aio_co_reschedule_self(AioContext *new_ctx) in aio_co_reschedule_self() argument
670 if (old_ctx != new_ctx) { in aio_co_reschedule_self()
673 .new_ctx = new_ctx, in aio_co_reschedule_self()
/qemu/
H A Dblockjob.c130 AioContext *new_ctx; member
139 job_set_aio_context(&job->job, s->new_ctx); in child_job_set_aio_ctx_commit()
165 .new_ctx = ctx, in child_job_change_aio_ctx()
H A Dblock.c7411 AioContext *new_ctx; in bdrv_co_enter() local
7420 new_ctx = bdrv_get_aio_context(bs); in bdrv_co_enter()
7421 aio_co_reschedule_self(new_ctx); in bdrv_co_enter()
7490 AioContext *new_ctx; member
7549 AioContext *new_context = state->new_ctx; in bdrv_set_aio_context_commit()
7600 .new_ctx = ctx, in bdrv_change_aio_context()
/qemu/include/block/
H A Daio.h633 void coroutine_fn aio_co_reschedule_self(AioContext *new_ctx);
/qemu/target/sparc/
H A Dldst_helper.c235 uint32_t new_ctx = tlb_tag & 0x1fffU; in replace_tlb_1bit_lru() local
239 if (new_ctx == ctx) { in replace_tlb_1bit_lru()
/qemu/block/
H A Dblock-backend.c2459 AioContext *new_ctx; member
2467 AioContext *new_context = s->new_ctx; in blk_root_set_aio_ctx_commit()
2504 .new_ctx = ctx, in blk_root_change_aio_ctx()