Home
last modified time | relevance | path

Searched refs:JOBS (Results 1 – 3 of 3) 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/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).