Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c798 tq->tq_nspawn--; in taskq_thread_spawn_task()
818 if ((tq->tq_nthreads + tq->tq_nspawn < tq->tq_maxthreads) && in taskq_thread_spawn()
820 spawning = (++tq->tq_nspawn); in taskq_thread_spawn()
848 ((tq->tq_nspawn == 0) && /* No threads are being spawned */ in taskq_thread_should_stop()
887 tq->tq_nspawn--; in taskq_thread()
1080 tq->tq_nspawn = 0; in taskq_create()
1127 tq->tq_nspawn = 0; in taskq_create()
1178 while (tq->tq_nspawn) { in taskq_destroy()
1214 ASSERT0(tq->tq_nspawn); in taskq_destroy()
H A Dspl-proc.c298 tq->tq_nactive, tq->tq_nthreads, tq->tq_nspawn, in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h85 int tq_nspawn; /* # of threads being spawned */ member