Home
last modified time | relevance | path

Searched refs:JOBS (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/
H A DMakefile27 ifeq ($(JOBS),)
28JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/… macro
29 ifeq ($(JOBS),0)
30 JOBS := 1 macro
54 ifeq ($(JOBS),1)
/linux/tools/testing/selftests/ublk/
H A DMakefile92 JOBS ?= 1 macro
93 export JOBS
103 @if [ $$(JOBS) -gt 1 ]; then \
105 xargs -P $$(JOBS) -n1 sh -c './"$$$$0"' || true; \
117 @if [ $(JOBS) -gt 1 ]; then \
119 xargs -P $(JOBS) -n1 sh -c './"$$0"' || true; \
/linux/scripts/
H A DMakefile.btf6 JOBS := $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS)))
10 pahole-flags-y += --btf_gen_floats -j$(JOBS)
17 pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j$(JOBS) --btf_features=encode_force,var,float…
H A Dcheck-uapi.sh29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
/linux/scripts/livepatch/
H A Dklp-build26 JOBS="$(getconf _NPROCESSORS_ONLN)"
133 -j, --jobs=<jobs> Build jobs to run simultaneously [default: $JOBS]
181 JOBS="$2"
531 cmd+=("-j$JOBS")
568 cmd+=("-j$JOBS")
868 cmd+=("-j$JOBS")
/linux/tools/perf/tests/
H A Dmake31 ifeq ($(JOBS),)
37 cores=$(JOBS)
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).