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

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c51 int tq_maxalloc; member in struct:taskq
67 if (tq->tq_nalloc >= tq->tq_maxalloc) {
72 * We don't want to exceed tq_maxalloc, but we can't
258 tq->tq_maxalloc = maxalloc;

Completed in 95 milliseconds