Home
last modified time | relevance | path

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

/tools/testing/selftests/fpu/
A 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/
A 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/bpf/
A Dbpf_arena_alloc.h14 #define NR_CPUS (sizeof(struct cpumask) * 8) macro
16 static void __arena * __arena page_frag_cur_page[NR_CPUS];
17 static int __arena page_frag_cur_offset[NR_CPUS];
/tools/testing/selftests/arm64/fp/
A Dsve-stress8 NR_CPUS=`nproc`
42 for x in `seq 0 $((NR_CPUS * 4))`; do
A Dssve-stress8 NR_CPUS=`nproc`
42 for x in `seq 0 $((NR_CPUS * 4))`; do
A Dza-stress8 NR_CPUS=`nproc`
42 for x in `seq 0 $((NR_CPUS * 4))`; do
A Dfpsimd-stress8 NR_CPUS=`nproc`
43 for x in `seq 0 $((NR_CPUS * 4))`; do
/tools/testing/selftests/rseq/
A Drun_param_test.sh4 NR_CPUS=`grep '^processor' /proc/cpuinfo | wc -l`
35 NR_THREADS=$((6*${NR_CPUS}))
/tools/perf/trace/beauty/arch/x86/include/asm/
A Dirq_vectors.h130 #define CPU_VECTOR_LIMIT (64 * NR_CPUS)
/tools/testing/selftests/livepatch/test_modules/
A Dtest_klp_syscall.c30 static int klp_pids[NR_CPUS];
/tools/testing/selftests/cgroup/
A Dtest_cpuset_prs.sh28 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++))
/tools/testing/selftests/wireguard/qemu/
A DMakefile11 NR_CPUS ?= 4 macro
293 -smp $(NR_CPUS) \

Completed in 17 milliseconds