Searched refs:JOBS (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/ |
| H A D | Makefile | 27 ifeq ($(JOBS),) 28 …JOBS := $(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 D | Makefile | 92 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 D | Makefile.btf | 6 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 D | check-uapi.sh | 29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
|
| /linux/scripts/livepatch/ |
| H A D | klp-build | 26 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 D | make | 31 ifeq ($(JOBS),) 37 cores=$(JOBS)
|
| /linux/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
|