Searched refs:NR_CPUS (Results 1 – 12 of 12) sorted by relevance
23 NR_CPUS=$(getconf _NPROCESSORS_ONLN)24 if [ ! $NR_CPUS ]; then25 NR_CPUS=141 for c in $(seq 1 $NR_CPUS); do
17 #define NR_CPUS 256 macro18 #define CPU_MASK (NR_CPUS-1)23 u32 __attribute__((__aligned__(8))) key[NR_CPUS];26 u64 __attribute__((__aligned__(256))) percpu_times_index[NR_CPUS];27 u64 __attribute__((__aligned__(256))) percpu_times[NR_CPUS][NR_SLOTS];
14 #define NR_CPUS (sizeof(struct cpumask) * 8) macro16 static void __arena * __arena page_frag_cur_page[NR_CPUS];17 static int __arena page_frag_cur_offset[NR_CPUS];
8 NR_CPUS=`nproc`42 for x in `seq 0 $((NR_CPUS * 4))`; do
8 NR_CPUS=`nproc`43 for x in `seq 0 $((NR_CPUS * 4))`; do
4 NR_CPUS=`grep '^processor' /proc/cpuinfo | wc -l`35 NR_THREADS=$((6*${NR_CPUS}))
130 #define CPU_VECTOR_LIMIT (64 * NR_CPUS)
30 static int klp_pids[NR_CPUS];
28 NR_CPUS=$(lscpu | grep "^CPU(s):" | sed -e "s/.*:[[:space:]]*//")29 [[ $NR_CPUS -lt 8 ]] && skip_test "Test needs at least 8 cpus available!"803 for ((CPU=0; CPU < $NR_CPUS; CPU++))
11 NR_CPUS ?= 4 macro293 -smp $(NR_CPUS) \
Completed in 17 milliseconds