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 DMakefile81 JOBS ?= 1 macro
82 export JOBS
92 @if [ $$(JOBS) -gt 1 ]; then \
94 xargs -P $$(JOBS) -n1 sh -c './"$$$$0"' || true; \
106 @if [ $(JOBS) -gt 1 ]; then \
108 xargs -P $(JOBS) -n1 sh -c './"$$0"' || true; \
/linux/scripts/livepatch/
H A Dklp-build27 JOBS="$(getconf _NPROCESSORS_ONLN)"
118 -j, --jobs=<jobs> Build jobs to run simultaneously [default: $JOBS]
164 JOBS="$2"
485 cmd+=("-j$JOBS")
521 cmd+=("-j$JOBS")
767 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).