Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c86 int tq_maxalloc; member
102 if (tq->tq_nalloc >= tq->tq_maxalloc) { in task_alloc()
328 tq->tq_maxalloc = maxalloc; in taskq_create_proc()
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h123 int tq_maxalloc; member
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c999 if (tq->tq_nalloc >= tq->tq_maxalloc) { in taskq_ent_alloc()
1987 tq->tq_maxalloc = maxalloc; in taskq_create_common()