Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dtaskq.c49 int tq_nalloc; member
64 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()
67 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()
94 tq->tq_nalloc++; in task_alloc()
102 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()
106 tq->tq_nalloc--; in task_free()
294 while (tq->tq_nalloc != 0) { in taskq_destroy()