Home
last modified time | relevance | path

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

/linux/tools/perf/
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/perf/tests/
A Dmake31 ifeq ($(JOBS),)
37 cores=$(JOBS)
/linux/scripts/
A Dcheck-uapi.sh29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
/linux/Documentation/dev-tools/
A Dcheckuapi.rst29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).

Completed in 7 milliseconds