Home
last modified time | relevance | path

Searched refs:cpu_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/scripts/
H A Dgen_run_tests.py6 from multiprocessing import cpu_count
12 nparallel = cpu_count() * 2
/f-stack/freebsd/sys/
H A Dsmp.h63 int cpu_count; member
/f-stack/freebsd/kern/
H A Dsubr_smp.c1210 KASSERT(CPU_EMPTY(&node->cpuset) && node->cpu_count == 0, in topo_set_pu_id()
1214 node->cpu_count = 1; in topo_set_pu_id()
1221 node->cpu_count++; in topo_set_pu_id()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c782 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()
806 root->cpu_count > 1 && ncores < 2) in x86topo_add_sched_group()