Searched refs:JOBS (Results 1 – 6 of 6) sorted by relevance
27 ifeq ($(JOBS),)28 …JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/… macro29 ifeq ($(JOBS),0)30 JOBS := 1 macro54 ifeq ($(JOBS),1)
84 # JOBS=1 (default): sequential with kselftest TAP output85 # JOBS>1: parallel execution with xargs -P86 # Usage: make run_null JOBS=487 JOBS ?= 188 export JOBS98 @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...]
27 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")
31 ifeq ($(JOBS),)37 cores=$(JOBS)
29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).