Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/bin/
H A Dcpus2use.sh12 if test -n "$TORTURE_ALLOTED_CPUS"
14 echo $TORTURE_ALLOTED_CPUS
H A Dtorture.sh20 TORTURE_ALLOTED_CPUS="`identify_qemu_vcpus`"
21 MAKE_ALLOTED_CPUS=$((TORTURE_ALLOTED_CPUS*2))
22 SCALE_ALLOTED_CPUS=$((TORTURE_ALLOTED_CPUS/2))
27 VERBOSE_BATCH_CPUS=$((TORTURE_ALLOTED_CPUS/16))
209 if (("$2" <= "$TORTURE_ALLOTED_CPUS" / 2))
218 …echo "Ignoring value of $2 for --guest-cpu-limit which is greater than (("$TORTURE_ALLOTED_CPUS" /…
H A Dkvm-test-1-run.sh148 if test "$cpu_count" -gt "$TORTURE_ALLOTED_CPUS"
150 echo CPU count limited from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
151 cpu_count=$TORTURE_ALLOTED_CPUS