/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_cgroup_storage.c | 45 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()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func_cpumask.tc | 6 if ! which nproc ; then 7 nproc() { 12 NP=`nproc`
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | build-opkg | 44 mkdir -p root && make -j$(nproc) install DESTDIR=$(realpath root) 54 mkdir -p root && make -j$(nproc) install DESTDIR=$(realpath root) 80 make -j$(nproc)
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | rseq_test.c | 161 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()
|
/openbmc/qemu/docs/ |
H A D | meson.build | 18 nproc = find_program('nproc') variable 19 if nproc.found() 20 jobs = run_command(nproc, check: true).stdout()
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | Makefile | 36 xargs -n200 -P$$(nproc) \ 41 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true
|
/openbmc/libpldm/scripts/ |
H A D | apply-renames | 19 : "${JOBS:="$(nproc)"}"
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | ssve-stress | 8 NR_CPUS=`nproc`
|
H A D | sve-stress | 8 NR_CPUS=`nproc`
|
H A D | za-stress | 8 NR_CPUS=`nproc`
|
H A D | fpsimd-stress | 8 NR_CPUS=`nproc`
|
H A D | fp-stress.c | 51 long nproc = sysconf(_SC_NPROCESSORS_CONF); in num_processors() local 52 if (nproc < 0) { in num_processors() 57 return nproc; in num_processors()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0006-Prevent-ffmpeg-configure-compile-race-condition.patch | 35 +$(MAKE) -j$(shell nproc) -C ffmpeg
|
/openbmc/linux/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`
|
/openbmc/linux/tools/testing/selftests/intel_pstate/ |
H A D | run.sh | 47 max_cpus=$(($(nproc)-1))
|
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 8 J=$(expr $(nproc) / 2)
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 38 from sh import git, nproc # type: ignore 67 proc_count = nproc().strip()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils_0.0.29.bb | 42 join link logname md5sum mkfifo nl nohup nproc od paste pathchk \
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch | 56 make -j$(nproc) 59 make -j$(nproc)
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 281 NPROC=$(nproc)
|
/openbmc/openbmc-build-scripts/ |
H A D | build-setup.sh | 90 num_cpu=${num_cpu:-$(nproc)}
|
/openbmc/linux/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.
|