Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c818 if ((tq->tq_nthreads + tq->tq_nspawn < tq->tq_maxthreads) && in taskq_thread_spawn()
890 if (tq->tq_nthreads >= tq->tq_maxthreads) in taskq_thread()
1081 tq->tq_maxthreads = nthreads; in taskq_create()
1308 tq->tq_maxthreads = nthreads; in spl_taskq_expand()
1311 tq->tq_maxthreads > tq->tq_nthreads) { in spl_taskq_expand()
1312 ASSERT3U(tq->tq_maxthreads, ==, tq->tq_nthreads + 1); in spl_taskq_expand()
1343 tq->tq_maxthreads = nthreads; in spl_taskq_prepare_down()
1346 tq->tq_maxthreads < tq->tq_nthreads) { in spl_taskq_prepare_down()
1347 ASSERT3U(tq->tq_maxthreads, ==, tq->tq_nthreads - 1); in spl_taskq_prepare_down()
H A Dspl-proc.c299 tq->tq_maxthreads, tq->tq_pri, tq->tq_minalloc, tq->tq_maxalloc, in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h86 int tq_maxthreads; /* # of threads maximum */ member