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

/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h80 int tp_idle; /* number of idle workers */ member in struct:tpool
H A Dthread_pool.c142 tpool->tp_idle++;
165 tpool->tp_idle--;
434 if (tpool->tp_idle > 0)
573 excess = tpool->tp_njobs - tpool->tp_idle;

Completed in 55 milliseconds