Searched refs:tq_minalloc (Results 1 – 4 of 4) sorted by relevance
47 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc() 89 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free() 283 tq->tq_minalloc = minalloc; in taskq_create() 319 tq->tq_minalloc = 0; in taskq_destroy()
122 int tq_minalloc; /* min taskq_ent_t pool size */ member
287 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_done()1233 tqks->tqks_entry_pool_min.value.ui64 = tq->tq_minalloc; in taskq_kstats_update()1364 tq->tq_minalloc = minalloc; in taskq_create()
472 int tq_minalloc;