Searched refs:tq_minalloc (Results 1 – 4 of 4) 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()
80 int tq_minalloc; member94 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()132 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()295 tq->tq_minalloc = minalloc; in taskq_create_proc()331 tq->tq_minalloc = 0; in taskq_destroy()
120 int tq_minalloc; member
702 (tq->tq_nalloc > tq->tq_minalloc)) && \984 ((flags & TQ_NOALLOC) || tq->tq_nalloc >= tq->tq_minalloc)) { in taskq_ent_alloc()1041 if (tq->tq_nalloc <= tq->tq_minalloc) { in taskq_ent_free()1939 tq->tq_minalloc = minalloc; in taskq_create_common()2095 tq->tq_minalloc = 0; in taskq_destroy()