Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Devent-loop-base.h37 int64_t thread_pool_min; member
/openbmc/qemu/
H A Devent-loop-base.c36 "thread-pool-min", offsetof(EventLoopBase, thread_pool_min),
H A Diothread.c175 aio_context_set_thread_pool_params(iothread->ctx, base->thread_pool_min, in iothread_set_aio_context_params()
/openbmc/qemu/util/
H A Dasync.c619 ctx->thread_pool_min = 0; in aio_context_new()
755 ctx->thread_pool_min = min; in aio_context_set_thread_pool_params()
H A Dthread-pool.c302 pool->min_threads = ctx->thread_pool_min; in thread_pool_update_params()
H A Dmain-loop.c197 aio_context_set_thread_pool_params(qemu_aio_context, base->thread_pool_min, in main_loop_update_params()
/openbmc/qemu/include/block/
H A Daio.h205 int thread_pool_min; member