Searched refs:tq_nalloc (Results 1 – 1 of 1) sorted by relevance
49 int tq_nalloc; member64 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()