Home
last modified time | relevance | path

Searched refs:JOBS (Results 1 – 6 of 6) 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 DMakefile84 # JOBS=1 (default): sequential with kselftest TAP output
85 # JOBS>1: parallel execution with xargs -P
86 # Usage: make run_null JOBS=4
87 JOBS ?= 1
88 export JOBS
98 @if [ $$(JOBS) -gt 1 ]; then \
100 xargs -P $$(JOBS) -n1 sh -c './"$$$$0"' || true; \
110 # Run all tests (parallel when JOBS>1)
112 @if [ $(JOBS) -gt 1 ]; then \
114 xargs -P $(JOBS)
81 JOBS ?= 1 global() macro
[all...]
/linux/scripts/livepatch/
H A Dklp-build27 JOBS="$(getconf _NPROCESSORS_ONLN)"
135 -j, --jobs=<jobs> Build jobs to run simultaneously [default: $JOBS]
181 JOBS="$2"
502 cmd+=("-j$JOBS")
539 cmd+=("-j$JOBS")
784 cmd+=("-j$JOBS")
/linux/tools/perf/tests/
H A Dmake31 ifeq ($(JOBS),)
37 cores=$(JOBS)
/linux/scripts/
H A Dcheck-uapi.sh29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).