Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_cgroup_storage.c45 int cpu, nproc; in main() local
47 nproc = bpf_num_possible_cpus(); in main()
48 percpu_value = malloc(sizeof(*percpu_value) * nproc); in main()
50 printf("Not enough memory for per-cpu area (%d cpus)\n", nproc); in main()
99 for (cpu = 0; cpu < nproc; cpu++) in main()
148 for (cpu = 0; cpu < nproc; cpu++) in main()
157 for (cpu = 0; cpu < nproc; cpu++) in main()
160 if (value != nproc * 1000 + 6) { in main()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dnetcnt.c20 int cpu, nproc; in serial_test_netcnt() local
28 nproc = bpf_num_possible_cpus(); in serial_test_netcnt()
29 percpu_netcnt = malloc(sizeof(*percpu_netcnt) * nproc); in serial_test_netcnt()
62 for (cpu = 0; cpu < nproc; cpu++) { in serial_test_netcnt()
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_cpumask.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
/Linux-v6.6/tools/testing/selftests/kvm/
Drseq_test.c161 int i, cnt, nproc; in calc_min_max_cpu() local
171 nproc = get_nprocs_conf(); in calc_min_max_cpu()
176 for (i = 0; i < nproc; i++) { in calc_min_max_cpu()
/Linux-v6.6/tools/testing/selftests/net/
Dso_incoming_cpu.c13 #define NR_SERVER self->nproc
18 int nproc; in FIXTURE() local
61 self->nproc = get_nprocs(); in FIXTURE_SETUP()
62 ASSERT_LE(2, self->nproc); in FIXTURE_SETUP()
Drps_default_mask.sh5 readonly cpus=$(nproc)
Dudpgro_fwd.sh19 readonly NPROCS=`nproc`
Dveth.sh17 readonly CPUS=`nproc`
/Linux-v6.6/Documentation/devicetree/bindings/
DMakefile36 xargs -n200 -P$$(nproc) \
41 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true
/Linux-v6.6/tools/testing/selftests/arm64/fp/
Dssve-stress8 NR_CPUS=`nproc`
Dsve-stress8 NR_CPUS=`nproc`
Dza-stress8 NR_CPUS=`nproc`
Dfpsimd-stress8 NR_CPUS=`nproc`
Dfp-stress.c51 long nproc = sysconf(_SC_NPROCESSORS_CONF); in num_processors() local
52 if (nproc < 0) { in num_processors()
57 return nproc; in num_processors()
/Linux-v6.6/tools/testing/selftests/intel_pstate/
Drun.sh47 max_cpus=$(($(nproc)-1))
/Linux-v6.6/tools/testing/selftests/mm/
Drun_vmtests.sh143 nr_cpus=$(nproc)
/Linux-v6.6/Documentation/admin-guide/
Dquickly-build-trimmed-linux.rst34 make -j $(nproc --all)
49 make -j $(nproc --all)
253 make -j $(nproc --all)
319 make -j $(nproc --all)
893 error. To make it easier to spot, this command also omits the ``-j $(nproc
923 * ``make -j $(nproc --all) bindeb-pkg`` to generate a deb package
925 * ``make -j $(nproc --all) binrpm-pkg`` to generate a rpm package
927 * ``make -j $(nproc --all) tarbz2-pkg`` to generate a bz2 compressed tarball
931 ``make -j $(nproc --all)``, as they will pick up everything already built.
/Linux-v6.6/tools/testing/selftests/netfilter/
Dnft_concat_range.sh966 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
973 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
/Linux-v6.6/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py1524 nproc = multiprocessing.cpu_count()
1526 for i in range(1, nproc):
/Linux-v6.6/Documentation/dev-tools/kunit/
Drun_wrapper.rst33 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`