Searched refs:NR_CPUS (Results 1 – 9 of 9) 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];
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}))
126 #define CPU_VECTOR_LIMIT (64 * NR_CPUS)
11 NR_CPUS ?= 4 macro293 -smp $(NR_CPUS) \