Searched refs:TORTURE_ALLOTED_CPUS (Results 1 – 3 of 3) sorted by relevance
12 if test -n "$TORTURE_ALLOTED_CPUS"14 echo $TORTURE_ALLOTED_CPUS
20 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" /…
148 if test "$cpu_count" -gt "$TORTURE_ALLOTED_CPUS"150 echo CPU count limited from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings151 cpu_count=$TORTURE_ALLOTED_CPUS