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