Searched refs:tp_minimum (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h77 int tp_minimum; /* minimum number of worker threads */ member in struct:tpool
H A Dthread_pool.c148 if (tpool->tp_current <= tpool->tp_minimum ||
212 if (elapsed && tpool->tp_current > tpool->tp_minimum) {
365 tpool->tp_minimum = min_threads;

Completed in 53 milliseconds