Home
last modified time | relevance | path

Searched refs:tq_nthreads (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c584 ASSERT(tq->tq_nactive <= tq->tq_nthreads); in taskq_dispatch()
671 if (tq->tq_nactive == tq->tq_nthreads) in taskq_dispatch_delay()
737 if (tq->tq_nactive == tq->tq_nthreads) in taskq_dispatch_ent()
890 if (tq->tq_nthreads >= tq->tq_maxthreads) in taskq_thread()
893 tq->tq_nthreads++; in taskq_thread()
991 tq->tq_nthreads--; in taskq_thread()
1079 tq->tq_nthreads = 0; in taskq_create()
1212 ASSERT0(tq->tq_nthreads); in taskq_destroy()
1311 tq->tq_maxthreads > tq->tq_nthreads) { in spl_taskq_expand()
1312 ASSERT3U(tq->tq_maxthreads, ==, tq->tq_nthreads + 1); in spl_taskq_expand()
[all …]
H A Dspl-proc.c298 tq->tq_nactive, tq->tq_nthreads, tq->tq_nspawn, in taskq_seq_show_impl()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c244 tq->tq_nthreads--; in taskq_thread()
279 tq->tq_nthreads = nthreads; in taskq_create()
304 int nthreads = tq->tq_nthreads; in taskq_destroy()
313 while (tq->tq_nthreads != 0) in taskq_destroy()
343 for (i = 0; i < tq->tq_nthreads; i++) in taskq_member()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h84 int tq_nthreads; /* # of existing threads */ member
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h472 int tq_nthreads;