Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_queue.c167 int tp_num_threads; member
239 pool.tp_num_threads = n; in zstream_queue_set_num_threads()
256 if (pool.tp_num_threads == 0) { in thread_pool_spinup()
261 pool.tp_num_threads = sysconf(_SC_NPROCESSORS_ONLN); in thread_pool_spinup()
263 pool.tp_num_threads = CPU_COUNT(&cpu_set); in thread_pool_spinup()
266 pool.tp_num_threads = sysconf(_SC_NPROCESSORS_ONLN); in thread_pool_spinup()
268 pool.tp_num_threads = MAX(pool.tp_num_threads, ZQ_MIN_THREADS); in thread_pool_spinup()
270 for (int i = 0; i < pool.tp_num_threads; i++) { in thread_pool_spinup()
892 (pool.tp_num_threads * delta_jif); in cpu_and_queue_monitor()