Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dtaskq.c50 int tq_minalloc; member
64 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()
102 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()
257 tq->tq_minalloc = minalloc; in taskq_create()
293 tq->tq_minalloc = 0; in taskq_destroy()