Home
last modified time | relevance | path

Searched refs:min_threads (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/bench/
H A Dsynthesize.c24 static unsigned int min_threads = 1; variable
34 OPT_UINTEGER('m', "min-threads", &min_threads,
219 for (nr_threads_synthesize = min_threads; in run_multi_threaded()
/openbmc/qemu/util/
H A Dthread-pool.c73 int min_threads; member
95 pool->cur_threads > pool->min_threads) { in worker_thread()
302 pool->min_threads = ctx->thread_pool_min; in thread_pool_update_params()
314 for (int i = pool->cur_threads; i < pool->min_threads; i++) { in thread_pool_update_params()
/openbmc/phosphor-rest-server/servers/rocket/
H A Dphosphor-rocket42 min_threads=1,