Searched refs:new_ctx (Results 1 – 7 of 7) sorted by relevance
120 AioContext *new_ctx; in blk_exp_add() local129 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()
658 AioContext *new_ctx; member664 aio_co_schedule(data->new_ctx, data->co); in aio_co_reschedule_self_bh()667 void coroutine_fn aio_co_reschedule_self(AioContext *new_ctx) in aio_co_reschedule_self() argument671 if (old_ctx != new_ctx) { in aio_co_reschedule_self()674 .new_ctx = new_ctx, in aio_co_reschedule_self()
130 AioContext *new_ctx; member139 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()
7432 AioContext *new_ctx; in bdrv_co_enter() local7441 new_ctx = bdrv_get_aio_context(bs); in bdrv_co_enter()7442 aio_co_reschedule_self(new_ctx); in bdrv_co_enter()7511 AioContext *new_ctx; member7570 AioContext *new_context = state->new_ctx; in bdrv_set_aio_context_commit()7621 .new_ctx = ctx, in bdrv_change_aio_context()
637 void coroutine_fn aio_co_reschedule_self(AioContext *new_ctx);
237 uint32_t new_ctx = tlb_tag & 0x1fffU; in replace_tlb_1bit_lru() local241 if (new_ctx == ctx) { in replace_tlb_1bit_lru()
2405 AioContext *new_ctx; member2413 AioContext *new_context = s->new_ctx; in blk_root_set_aio_ctx_commit()2450 .new_ctx = ctx, in blk_root_change_aio_ctx()
Completed in 35 milliseconds