Home
last modified time | relevance | path

Searched refs:tq_minalloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c85 int tq_minalloc; member
99 again: if ((t = tq->tq_freelist) != NULL && tq->tq_nalloc >= tq->tq_minalloc) { in task_alloc()
137 if (tq->tq_nalloc <= tq->tq_minalloc) { in task_free()
327 tq->tq_minalloc = minalloc; in taskq_create_proc()
363 tq->tq_minalloc = 0; in taskq_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h122 int tq_minalloc; member
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c711 (tq->tq_nalloc > tq->tq_minalloc)) && \
993 ((flags & TQ_NOALLOC) || tq->tq_nalloc >= tq->tq_minalloc)) { in taskq_ent_alloc()
1050 if (tq->tq_nalloc <= tq->tq_minalloc) { in taskq_ent_free()
1986 tq->tq_minalloc = minalloc; in taskq_create_common()
2142 tq->tq_minalloc = 0; in taskq_destroy()