Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/rcutorture/bin/
Dkvm-remote.sh227 if test "$curbatch" -gt "$nbatches"
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"
Dkvm.sh642 nbatches="`grep 'Start batch' $T/script | grep -v ">>" | wc -l`"
643 echo Total number of batches: $nbatches