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

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c46 int tq_minalloc; member in struct:taskq
60 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) {
98 if (tq->tq_nalloc <= tq->tq_minalloc) {
251 tq->tq_minalloc = minalloc;
287 tq->tq_minalloc = 0;

Completed in 159 milliseconds