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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h78 int tp_maximum; /* maximum number of worker threads */ member in struct:tpool
H A Dthread_pool.c366 tpool->tp_maximum = max_threads;
436 else if (tpool->tp_current < tpool->tp_maximum &&
574 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) {

Completed in 50 milliseconds