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

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c50 int tq_minalloc; member in struct:taskq
64 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) {
102 if (tq->tq_nalloc <= tq->tq_minalloc) {
257 tq->tq_minalloc = minalloc;
293 tq->tq_minalloc = 0;

Completed in 87 milliseconds