Searched refs:tq_minalloc (Results 1 – 5 of 5) 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()280 tq->tq_minalloc = minalloc; in taskq_create()316 tq->tq_minalloc = 0; in taskq_destroy()
90 int tq_minalloc; /* min taskq_ent_t pool size */ member
201 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_done()1084 tq->tq_minalloc = minalloc; in taskq_create()
299 tq->tq_maxthreads, tq->tq_pri, tq->tq_minalloc, tq->tq_maxalloc, in taskq_seq_show_impl()
474 int tq_minalloc;