Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/prog_tests/
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/nolibc/
A Drun-tests.sh12 nproc=$(( $(nproc) + 2))
38 -j [N] Allow N jobs at once (default: ${nproc})
53 nproc="$2"
151 …MAKE=(make -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build…
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
A Dfunc_cpumask.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
A Dfunc_hotplug.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
/linux/tools/testing/selftests/kvm/
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/Documentation/devicetree/bindings/
A DMakefile39 xargs -n200 -P$$(nproc) \
45 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(src)) \
/linux/tools/testing/selftests/arm64/fp/
A Dssve-stress8 NR_CPUS=`nproc`
A Dsve-stress8 NR_CPUS=`nproc`
A Dza-stress8 NR_CPUS=`nproc`
A Dfpsimd-stress8 NR_CPUS=`nproc`
A 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/arch/x86/kernel/cpu/
A Dtopology_common.c94 nproc : 8, in parse_topology() member
121 tscan->ebx1_nproc_shift = get_count_order(ebx.nproc); in parse_topology()
/linux/tools/testing/selftests/tc-testing/
A Dtdc.sh66 ./tdc.py -J`nproc`
/linux/tools/testing/selftests/net/
A Drps_default_mask.sh5 readonly cpus=$(nproc)
A Dudpgro_fwd.sh21 readonly NPROCS=`nproc`
A Dveth.sh17 readonly CPUS=`nproc`
/linux/tools/testing/selftests/intel_pstate/
A Drun.sh52 max_cpus=$(($(nproc)-1))
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
A Dtest_ifs.sh378 cpu_max_num=$(($(nproc) - 1))
459 max_cpu=$(($(nproc) - 1))
/linux/tools/perf/tests/shell/
A Dlock_contention.sh37 if [ `nproc` -lt 4 ]; then
/linux/Documentation/admin-guide/
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.
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/scripts/
A Dcheck-uapi.sh527 MAX_THREADS=$(nproc)
/linux/tools/testing/selftests/mm/
A Drun_vmtests.sh154 nr_cpus=$(nproc)
/linux/tools/testing/selftests/net/netfilter/
A Dnft_concat_range.sh943 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
950 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
/linux/tools/sched_ext/
A DREADME.md154 $ make -j($nproc)

Completed in 35 milliseconds

12