Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm.sh32 TORTURE_ALLOTED_CPUS="`identify_qemu_vcpus`"
95 cpus=$TORTURE_ALLOTED_CPUS
96 max_cpus=$TORTURE_ALLOTED_CPUS
119 TORTURE_ALLOTED_CPUS="$2"
123 if test "$TORTURE_ALLOTED_CPUS" -gt "$max_cpus"
125 TORTURE_ALLOTED_CPUS=$max_cpus
388 TORTURE_ALLOTED_CPUS="$TORTURE_ALLOTED_CPUS"; export TORTURE_ALLOTED_CPUS
A Dcpus2use.sh12 if test -n "$TORTURE_ALLOTED_CPUS"
14 echo $TORTURE_ALLOTED_CPUS
A Dtorture.sh20 TORTURE_ALLOTED_CPUS="`identify_qemu_vcpus`"
21 MAKE_ALLOTED_CPUS=$((TORTURE_ALLOTED_CPUS*2))
22 HALF_ALLOTED_CPUS=$((TORTURE_ALLOTED_CPUS/2))
27 VERBOSE_BATCH_CPUS=$((TORTURE_ALLOTED_CPUS/16))
A Dkvm-test-1-run.sh147 if test "$cpu_count" -gt "$TORTURE_ALLOTED_CPUS"
149 echo CPU count limited from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
150 cpu_count=$TORTURE_ALLOTED_CPUS

Completed in 4 milliseconds