Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Daio.h733 void aio_context_set_thread_pool_params(AioContext *ctx, int64_t min,
/openbmc/qemu/
H A Diothread.c176 aio_context_set_thread_pool_params(iothread->ctx, base->thread_pool_min, in iothread_set_aio_context_params()
/openbmc/qemu/util/
H A Dmain-loop.c200 aio_context_set_thread_pool_params(qemu_aio_context, base->thread_pool_min, in main_loop_update_params()
H A Dasync.c757 void aio_context_set_thread_pool_params(AioContext *ctx, int64_t min, in aio_context_set_thread_pool_params() function