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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h83 int tp_minimum; /* minimum number of worker threads */ member in struct:tpool
H A Dthread_pool.c133 if (tpool->tp_current <= tpool->tp_minimum ||
192 if (elapsed && tpool->tp_current > tpool->tp_minimum) {
243 tpool->tp_minimum = min_threads;

Completed in 67 milliseconds