Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c45 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 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()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_cpumask.tc6 if ! which nproc ; then
7 nproc() {
12 NP=`nproc`
/openbmc/openbmc-tools/ipkdbg/
H A Dbuild-opkg44 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 Drseq_test.c161 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 Dmeson.build18 nproc = find_program('nproc') variable
19 if nproc.found()
20 jobs = run_command(nproc, check: true).stdout()
/openbmc/linux/Documentation/devicetree/bindings/
H A DMakefile36 xargs -n200 -P$$(nproc) \
41 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true
/openbmc/libpldm/scripts/
H A Dapply-renames19 : "${JOBS:="$(nproc)"}"
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dssve-stress8 NR_CPUS=`nproc`
H A Dsve-stress8 NR_CPUS=`nproc`
H A Dza-stress8 NR_CPUS=`nproc`
H A Dfpsimd-stress8 NR_CPUS=`nproc`
H 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()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0006-Prevent-ffmpeg-configure-compile-race-condition.patch35 +$(MAKE) -j$(shell nproc) -C ffmpeg
/openbmc/linux/tools/testing/selftests/net/
H A Drps_default_mask.sh5 readonly cpus=$(nproc)
H A Dipv6_route_update_soft_lockup.sh229 num_of_iperf_servers=$(( $(nproc)/2 ))
H A Dudpgro_fwd.sh21 readonly NPROCS=`nproc`
/openbmc/linux/tools/testing/selftests/intel_pstate/
H A Drun.sh47 max_cpus=$(($(nproc)-1))
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh8 J=$(expr $(nproc) / 2)
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker38 from sh import git, nproc # type: ignore
67 proc_count = nproc().strip()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils_0.0.29.bb42 join link logname md5sum mkfifo nl nohup nproc od paste pathchk \
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch56 make -j$(nproc)
59 make -j$(nproc)
/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan281 NPROC=$(nproc)
/openbmc/openbmc-build-scripts/
H A Dbuild-setup.sh90 num_cpu=${num_cpu:-$(nproc)}
/openbmc/linux/Documentation/admin-guide/
H 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.

12