/openbmc/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 22 - make --output-sync -j`nproc --ignore=40` 24 - make --output-sync -j`nproc --ignore=40` check 45 - make --output-sync -j`nproc --ignore=40` 46 - make --output-sync -j`nproc --ignore=40` check 67 - make --output-sync -j`nproc --ignore=40` 68 - make --output-sync -j`nproc --ignore=40` check 86 - make --output-sync -j`nproc --ignore=40` 87 - make --output-sync -j`nproc --ignore=40` check 108 - make --output-sync -j`nproc --ignore=40` 109 - make --output-sync -j`nproc --ignore=40` check [all …]
|
H A D | ubuntu-22.04-s390x.yml | 20 - make --output-sync -j`nproc` 22 - make --output-sync -j`nproc` check 40 - make --output-sync -j`nproc` 41 - make --output-sync -j`nproc` check 63 - make --output-sync -j`nproc` 64 - make --output-sync -j`nproc` check 85 - make --output-sync -j`nproc` 86 - make --output-sync -j`nproc` check 106 - make --output-sync -j`nproc` 127 - make --output-sync -j`nproc` [all …]
|
H A D | ubuntu-22.04-aarch32.yml | 24 - make --output-sync -j`nproc --ignore=40` 25 - make --output-sync -j`nproc --ignore=40` check
|
/openbmc/linux/scripts/ |
H A D | coccicheck | 80 NPROC=1 92 NPROC=$(getconf _NPROCESSORS_ONLN) 93 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then 94 NPROC=$((NPROC/2)) 97 NPROC="$J" 109 elif [ "$NPROC" != "1" ]; then 112 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 143 echo "Running ($NPROC in parallel): $@" 163 echo "Running ($NPROC in parallel): $@" 165 for i in $(seq 0 $(( NPROC - 1)) ); do [all …]
|
/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/u-boot/scripts/ |
H A D | coccicheck | 34 NPROC=$(getconf _NPROCESSORS_ONLN) 36 NPROC="$J" 90 elif [ "$NPROC" != "1" ]; then 93 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 124 echo "Running ($NPROC in parallel): $@" 144 echo "Running ($NPROC in parallel): $@" 146 for i in $(seq 0 $(( NPROC - 1)) ); do 147 eval "$@ --max $NPROC --index $i &" 165 for i in $(seq 0 $(( NPROC - 1 )) ); do
|
/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/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/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/qemu/.gitlab-ci.d/ |
H A D | crossbuild-template.yml | 14 - JOBS=$(expr $(nproc) + 1) 67 - JOBS=$(expr $(nproc) + 1) 99 - JOBS=$(expr $(nproc) + 1)
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | build.sh | 17 # make -j$(nproc) all 70 if ! make "-j$(nproc)" qemu-fuzz-i386; then 87 make "-j$(nproc)" qemu-fuzz-i386 V=1
|
/openbmc/openbmc/poky/scripts/ |
H A D | autobuilder-worker-prereq-tests | 66 echo '* hard nproc 515294' 67 echo '* soft nproc 514543'
|
/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/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/scripts/coverity-scan/ |
H A D | run-coverity-scan | 53 # number of CPUs as determined by 'nproc') 281 NPROC=$(nproc) 282 COVERITY_BUILD_CMD="make -j$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`
|
/openbmc/qemu/ |
H A D | .travis.yml | 47 # We no longer use nproc to calculate jobs: 48 # https://travis-ci.community/t/nproc-reports-32-cores-on-arm64/5851
|
/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/powerpc/security/ |
H A D | mitigation-patching.sh | 64 "$stress" -m "$(nproc)" -t "$TIMEOUT" &
|
/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.
|
/openbmc/libpldm/scripts/ |
H A D | apply-renames | 19 : "${JOBS:="$(nproc)"}"
|