Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Devent-loop-base.c29 base->thread_pool_max = THREAD_POOL_MAX_THREADS_DEFAULT; in event_loop_base_instance_init()
39 "thread-pool-max", offsetof(EventLoopBase, thread_pool_max),
H A Diothread.c176 base->thread_pool_max, errp); in iothread_set_aio_context_params()
/openbmc/qemu/include/system/
H A Devent-loop-base.h38 int64_t thread_pool_max; member
/openbmc/qemu/util/
H A Dasync.c622 ctx->thread_pool_max = THREAD_POOL_MAX_THREADS_DEFAULT; in aio_context_new()
758 ctx->thread_pool_max = max; in aio_context_set_thread_pool_params()
H A Dthread-pool.c298 pool->max_threads = ctx->thread_pool_max; in thread_pool_update_params()
H A Dmain-loop.c199 base->thread_pool_max, errp); in main_loop_update_params()
/openbmc/qemu/include/block/
H A Daio.h210 int thread_pool_max; member