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

/osnet-11/usr/src/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) {
218 tq->tq_minalloc = minalloc;
254 tq->tq_minalloc = 0;

Completed in 20 milliseconds