Home
last modified time | relevance | path

Searched refs:NR_CPUS (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/fpu/
Drun_test_fpu.sh23 NR_CPUS=$(getconf _NPROCESSORS_ONLN)
24 if [ ! $NR_CPUS ]; then
25 NR_CPUS=1
41 for c in $(seq 1 $NR_CPUS); do
/tools/testing/selftests/bpf/progs/
Dbpf_hashmap_lookup.c17 #define NR_CPUS 256 macro
18 #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];
/tools/testing/selftests/arm64/fp/
Dssve-stress8 NR_CPUS=`nproc`
42 for x in `seq 0 $((NR_CPUS * 4))`; do
Dza-stress8 NR_CPUS=`nproc`
42 for x in `seq 0 $((NR_CPUS * 4))`; do
Dsve-stress8 NR_CPUS=`nproc`
42 for x in `seq 0 $((NR_CPUS * 4))`; do
Dfpsimd-stress8 NR_CPUS=`nproc`
43 for x in `seq 0 $((NR_CPUS * 4))`; do
/tools/testing/selftests/rseq/
Drun_param_test.sh4 NR_CPUS=`grep '^processor' /proc/cpuinfo | wc -l`
35 NR_THREADS=$((6*${NR_CPUS}))
/tools/arch/x86/include/asm/
Dirq_vectors.h126 #define CPU_VECTOR_LIMIT (64 * NR_CPUS)
/tools/testing/selftests/wireguard/qemu/
DMakefile11 NR_CPUS ?= 4 macro
293 -smp $(NR_CPUS) \