Home
last modified time | relevance | path

Searched refs:TORTURE_ALLOTED_CPUS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm.sh29 TORTURE_ALLOTED_CPUS="`identify_qemu_vcpus`"
83 cpus=$TORTURE_ALLOTED_CPUS
84 max_cpus=$TORTURE_ALLOTED_CPUS
107 TORTURE_ALLOTED_CPUS="$2"
109 if test "$TORTURE_ALLOTED_CPUS" -gt "$max_cpus"
111 TORTURE_ALLOTED_CPUS=$max_cpus
343 TORTURE_ALLOTED_CPUS="$TORTURE_ALLOTED_CPUS"; export TORTURE_ALLOTED_CPUS
Dcpus2use.sh12 if test -n "$TORTURE_ALLOTED_CPUS"
14 echo $TORTURE_ALLOTED_CPUS
Dkvm-test-1-run.sh138 if test "$cpu_count" -gt "$TORTURE_ALLOTED_CPUS"
140 echo CPU count limited from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
141 cpu_count=$TORTURE_ALLOTED_CPUS