Home
last modified time | relevance | path

Searched refs:nproc (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_cgroup_storage.c44 int cpu, nproc; in main() local
46 nproc = get_nprocs_conf(); in main()
47 percpu_value = malloc(sizeof(*percpu_value) * nproc); in main()
49 printf("Not enough memory for per-cpu area (%d cpus)\n", nproc); in main()
95 for (cpu = 0; cpu < nproc; cpu++) in main()
144 for (cpu = 0; cpu < nproc; cpu++) in main()
153 for (cpu = 0; cpu < nproc; cpu++) in main()
156 if (value != nproc * 1000 + 6) { in main()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dnetcnt.c20 int cpu, nproc; in test_netcnt() local
28 nproc = get_nprocs_conf(); in test_netcnt()
29 percpu_netcnt = malloc(sizeof(*percpu_netcnt) * nproc); in test_netcnt()
62 for (cpu = 0; cpu < nproc; cpu++) { in test_netcnt()
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_cpumask.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
/Linux-v5.15/tools/testing/selftests/kvm/
Drseq_test.c178 int i, cnt, nproc; in calc_min_max_cpu() local
189 nproc = get_nprocs_conf(); in calc_min_max_cpu()
194 for (i = 0; i < nproc; i++) { in calc_min_max_cpu()
/Linux-v5.15/tools/testing/selftests/arm64/fp/
Dsve-stress8 NR_CPUS=`nproc`
Dfpsimd-stress8 NR_CPUS=`nproc`
/Linux-v5.15/tools/testing/selftests/intel_pstate/
Drun.sh47 max_cpus=$(($(nproc)-1))
/Linux-v5.15/Documentation/devicetree/bindings/
DMakefile35 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true
/Linux-v5.15/tools/testing/selftests/vm/
Drun_vmtests.sh26 nr_cpus=$(nproc)
/Linux-v5.15/tools/testing/selftests/net/
Dudpgro_fwd.sh18 readonly NPROCS=`nproc`
Dveth.sh16 readonly CPUS=`nproc`
/Linux-v5.15/tools/testing/selftests/netfilter/
Dnft_concat_range.sh891 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
898 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
/Linux-v5.15/Documentation/dev-tools/kunit/
Dkunit-tool.rst49 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`