Home
last modified time | relevance | path

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

12

/linux/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/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/tools/testing/selftests/nolibc/
H A Drun-tests.sh12 nproc=$(( $(nproc) + 2))
50 -j [N] Allow N jobs at once (default: ${nproc})
65 nproc="$2"
174 …MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="…
/linux/tools/testing/selftests/drivers/net/
H A Dnetcons_sysdata.sh
/linux/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/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/tools/testing/selftests/verification/test.d/
H A Drv_wwnr_printk.tc8 num=$((($(nproc) + 1) / 2))
/linux/tools/testing/selftests/arm64/fp/
H A Dssve-stress8 NR_CPUS=`nproc`
H A Dza-stress8 NR_CPUS=`nproc`
H A Dsve-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/Documentation/dev-tools/
H A Dcontainer.rst171 scripts/container -i docker.io/tuxmake/korg-clang -- make LLVM=1 -j$(nproc)
196 scripts/container -i kernel.org/clang -- make bzImage -j$(nproc)
200 scripts/container -i kernel.org/gcc:15 -- make bzImage -j$(nproc)
210 scripts/container -i kernel.org/gcc -- make O=build -j$(nproc)
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh378 cpu_max_num=$(($(nproc) - 1))
459 max_cpu=$(($(nproc) - 1))
/linux/tools/testing/selftests/net/
H A Drps_default_mask.sh5 readonly cpus=$(nproc)
H A Dudpgro_fwd.sh21 readonly NPROCS=`nproc`
/linux/tools/testing/selftests/intel_pstate/
H A Drun.sh52 max_cpus=$(($(nproc)-1))
/linux/tools/testing/selftests/kho/
H A Dvmtest.sh132 local jobs=$(($(nproc) * 2))
/linux/tools/perf/tests/shell/
H A Dlock_contention.sh43 if [ `nproc` -lt 4 ]; then
/linux/scripts/
H A Dcheck-uapi.sh527 MAX_THREADS=$(nproc)
/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh172 nr_cpus=$(nproc)
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh989 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
996 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
H A Dnft_queue.sh648 local nprocs=$(nproc)
/linux/tools/sched_ext/
H A DREADME.md147 $ make -j($nproc)

12