Searched refs:tq_maxalloc (Results 1 – 5 of 5) sorted by relevance
91 int tq_maxalloc; /* max taskq_ent_t pool size */ member
51 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()281 tq->tq_maxalloc = maxalloc; in taskq_create()
133 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()1085 tq->tq_maxalloc = maxalloc; in taskq_create()
299 tq->tq_maxthreads, tq->tq_pri, tq->tq_minalloc, tq->tq_maxalloc, in taskq_seq_show_impl()
475 int tq_maxalloc;