Home
last modified time | relevance | path

Searched refs:aio_max_batch (Results 1 – 10 of 10) sorted by last modified time

/qemu/monitor/
H A Dhmp-cmds.c230 value->aio_max_batch); in hmp_info_iothreads()
/qemu/
H A Diothread.c173 iothread->parent_obj.aio_max_batch); in iothread_set_aio_context_params()
359 info->aio_max_batch = iothread->parent_obj.aio_max_batch; in query_one_iothread()
H A Devent-loop-base.c33 "aio-max-batch", offsetof(EventLoopBase, aio_max_batch),
/qemu/include/block/
H A Daio.h237 int64_t aio_max_batch; /* maximum number of requests in a batch */ member
/qemu/util/
H A Dasync.c616 ctx->aio_max_batch = 0; in aio_context_new()
H A Dmain-loop.c195 aio_context_set_aio_params(qemu_aio_context, base->aio_max_batch); in main_loop_update_params()
H A Daio-posix.c786 ctx->aio_max_batch = max_batch; in aio_context_set_aio_params()
/qemu/block/
H A Dfile-posix.c153 uint64_t aio_max_batch; member
642 s->aio_max_batch = qemu_opt_get_number(opts, "aio-max-batch", 0); in raw_open_common()
2515 s->aio_max_batch); in raw_co_prw()
H A Dlinux-aio.c346 uint64_t max_batch = s->aio_context->aio_max_batch ?: DEFAULT_MAX_BATCH; in laio_max_batch()
/qemu/include/sysemu/
H A Devent-loop-base.h34 int64_t aio_max_batch; member