Searched refs:tq_minalloc (Results 1 – 4 of 4) sorted by relevance
48 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()90 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()284 tq->tq_minalloc = minalloc; in taskq_create()320 tq->tq_minalloc = 0; in taskq_destroy()
123 int tq_minalloc; /* min taskq_ent_t pool size */ member
294 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_done()1240 tqks->tqks_entry_pool_min.value.ui64 = tq->tq_minalloc; in taskq_kstats_update()1371 tq->tq_minalloc = minalloc; in taskq_create()
466 int tq_minalloc;