Home
last modified time | relevance | path

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

12

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A 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-6.15/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_cpumask.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
H A Dfunc_hotplug.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
/linux-6.15/tools/testing/selftests/nolibc/
H A Drun-tests.sh12 nproc=$(( $(nproc) + 2))
47 -j [N] Allow N jobs at once (default: ${nproc})
62 nproc="$2"
169 …MAKE=(make -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build…
/linux-6.15/tools/testing/selftests/drivers/net/
H A Dnetcons_sysdata.sh201 CPU=$((RANDOM % $(nproc)))
220 CPU=$((RANDOM % $(nproc)))
232 CPU=$((RANDOM % $(nproc)))
/linux-6.15/tools/testing/selftests/kvm/
H A Drseq_test.c168 int i, cnt, nproc; in calc_min_max_cpu() local
178 nproc = get_nprocs_conf(); in calc_min_max_cpu()
183 for (i = 0; i < nproc; i++) { in calc_min_max_cpu()
/linux-6.15/Documentation/devicetree/bindings/
H A DMakefile39 xargs -n200 -P$$(nproc) \
45 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(src)) \
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dza-stress8 NR_CPUS=`nproc`
H A Dsve-stress8 NR_CPUS=`nproc`
H A Dssve-stress8 NR_CPUS=`nproc`
H A Dfpsimd-stress8 NR_CPUS=`nproc`
H A Dfp-stress.c54 long nproc = sysconf(_SC_NPROCESSORS_CONF); in num_processors() local
55 if (nproc < 0) { in num_processors()
60 return nproc; in num_processors()
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c50 long nproc = sysconf(_SC_NPROCESSORS_CONF); in num_processors() local
51 if (nproc < 0) { in num_processors()
56 return nproc; in num_processors()
/linux-6.15/arch/x86/kernel/cpu/
H A Dtopology_common.c126 nproc : 8, in parse_topology() member
153 tscan->ebx1_nproc_shift = get_count_order(ebx.nproc); in parse_topology()
/linux-6.15/tools/testing/selftests/tc-testing/
H A Dtdc.sh66 ./tdc.py -J`nproc`
/linux-6.15/tools/testing/selftests/net/
H A Drps_default_mask.sh5 readonly cpus=$(nproc)
H A Dipv6_route_update_soft_lockup.sh229 num_of_iperf_servers=$(( $(nproc)/2 ))
H A Dudpgro_fwd.sh21 readonly NPROCS=`nproc`
/linux-6.15/tools/testing/selftests/intel_pstate/
H A Drun.sh52 max_cpus=$(($(nproc)-1))
/linux-6.15/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh378 cpu_max_num=$(($(nproc) - 1))
459 max_cpu=$(($(nproc) - 1))
/linux-6.15/tools/perf/tests/shell/
H A Dlock_contention.sh37 if [ `nproc` -lt 4 ]; then
/linux-6.15/Documentation/admin-guide/
H A 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.
H A Dverify-bugs-and-bisect-regressions.rst96 make -j $(nproc --all)
571 make -j $(nproc --all)
677 make -j $(nproc --all)
731 make -j $(nproc --all)
782 make -j $(nproc --all)
905 make -j $(nproc --all)
1046 make -j $(nproc --all)
1678 error. To make it easier to spot, this command also omits the ``-j $(nproc
1708 * ``make -j $(nproc --all) bindeb-pkg`` to generate a deb package
1710 * ``make -j $(nproc --all) binrpm-pkg`` to generate a rpm package
[all …]
/linux-6.15/scripts/
H A Dcheck-uapi.sh527 MAX_THREADS=$(nproc)
/linux-6.15/tools/testing/selftests/mm/
H A Drun_vmtests.sh158 nr_cpus=$(nproc)

12