Home
last modified time | relevance | path

Searched defs:nthreads (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c212 taskq_create_impl(const char *name, int nthreads, pri_t pri, in taskq_create_impl()
234 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create()
241 taskq_create_proc(const char *name, int nthreads, pri_t pri, in taskq_create_proc()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c252 taskq_create(const char *name, int nthreads, pri_t pri, in taskq_create()
304 int nthreads = tq->tq_nthreads; in taskq_destroy() local
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1042 int nthreads = threads_arg; in taskq_create() local
1306 int nthreads = MIN(tq->tq_cpu_pct, 100); in spl_taskq_expand() local
1341 int nthreads = MIN(tq->tq_cpu_pct, 100); in spl_taskq_prepare_down() local
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h160 #define taskq_create_proc(name, nthreads, pri, min, max, proc, flags) \ argument
162 #define taskq_create_sysdc(name, nthreads, min, max, proc, dc, flags) \ argument
/f-stack/freebsd/mips/beri/
H A Dberi_mp.c71 int ncores, ncpus, nthreads; in platform_cpu_mask() local
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dretained.c109 unsigned nthreads = ncpus * 2; in TEST_BEGIN() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h91 atomic_u_t nthreads[2]; member
H A Dctl.h67 unsigned nthreads; member
/f-stack/freebsd/kern/
H A Dkern_thread.c163 static __exclusive_cache_line int nthreads; variable
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Darena.c64 arena_basic_stats_merge(UNUSED tsdn_t *tsdn, arena_t *arena, unsigned *nthreads, in arena_basic_stats_merge()
77 arena_stats_merge(tsdn_t *tsdn, arena_t *arena, unsigned *nthreads, in arena_stats_merge()
H A Dstats.c525 unsigned nthreads; in stats_arena_print() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c3115 int nthreads = spa->spa_root_vdev->vdev_children; in scan_io_queues_run() local