Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Devent-loop-base.h34 int64_t aio_max_batch; member
/openbmc/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),
/openbmc/qemu/block/
H A Dlinux-aio.c346 uint64_t max_batch = s->aio_context->aio_max_batch ?: DEFAULT_MAX_BATCH; in laio_max_batch()
/openbmc/qemu/util/
H A Dmain-loop.c199 aio_context_set_aio_params(qemu_aio_context, base->aio_max_batch); in main_loop_update_params()
H A Dasync.c611 ctx->aio_max_batch = 0; in aio_context_new()
H A Daio-posix.c805 ctx->aio_max_batch = max_batch; in aio_context_set_poll_params()