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

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h84 int tp_maximum; /* maximum number of worker threads */ member in struct:tpool
H A Dthread_pool.c244 tpool->tp_maximum = max_threads;
285 else if (tpool->tp_current < tpool->tp_maximum &&
403 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) {

Completed in 132 milliseconds