| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | netcnt.c | 20 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 D | func_cpumask.tc | 6 if ! which nproc ; then 7 nproc() { 12 NP=`nproc`
|
| H A D | func_hotplug.tc | 6 if ! which nproc ; then 7 nproc() { 12 NP=`nproc`
|
| /linux-6.15/tools/testing/selftests/nolibc/ |
| H A D | run-tests.sh | 12 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 D | netcons_sysdata.sh | 201 CPU=$((RANDOM % $(nproc))) 220 CPU=$((RANDOM % $(nproc))) 232 CPU=$((RANDOM % $(nproc)))
|
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | rseq_test.c | 168 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 D | Makefile | 39 xargs -n200 -P$$(nproc) \ 45 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(src)) \
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | za-stress | 8 NR_CPUS=`nproc`
|
| H A D | sve-stress | 8 NR_CPUS=`nproc`
|
| H A D | ssve-stress | 8 NR_CPUS=`nproc`
|
| H A D | fpsimd-stress | 8 NR_CPUS=`nproc`
|
| H A D | fp-stress.c | 54 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 D | gcs-stress.c | 50 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 D | topology_common.c | 126 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 D | tdc.sh | 66 ./tdc.py -J`nproc`
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | rps_default_mask.sh | 5 readonly cpus=$(nproc)
|
| H A D | ipv6_route_update_soft_lockup.sh | 229 num_of_iperf_servers=$(( $(nproc)/2 ))
|
| H A D | udpgro_fwd.sh | 21 readonly NPROCS=`nproc`
|
| /linux-6.15/tools/testing/selftests/intel_pstate/ |
| H A D | run.sh | 52 max_cpus=$(($(nproc)-1))
|
| /linux-6.15/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 378 cpu_max_num=$(($(nproc) - 1)) 459 max_cpu=$(($(nproc) - 1))
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | lock_contention.sh | 37 if [ `nproc` -lt 4 ]; then
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | quickly-build-trimmed-linux.rst | 34 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 D | verify-bugs-and-bisect-regressions.rst | 96 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 D | check-uapi.sh | 527 MAX_THREADS=$(nproc)
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 158 nr_cpus=$(nproc)
|