Home
last modified time | relevance | path

Searched refs:nbatches (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh215 # Usage: startbatches curbatch nbatches
221 local nbatches="$2"
227 if test "$curbatch" -gt "$nbatches"
229 echo $((nbatches + 1))
250 nbatches="`wc -l "$rundir"/scenarios | awk '{ print $1 }'`"
252 while test "$curbatch" -le "$nbatches"
254 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr
260 if test "$curbatch" -le "$nbatches"
H A Dkvm.sh631 nbatches="`grep 'Start batch' $T/script | grep -v ">>" | wc -l`"
632 echo Total number of batches: $nbatches

Completed in 2 milliseconds