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

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh215 # Usage: startbatches curbatch nbatches
220 local curbatch="$1"
227 if test "$curbatch" -gt "$nbatches"
236 ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-remote-$curbatch.sh > kvm-remote-$curbatch.sh.out 2>&1 &" 1>&2
243 echo " ----" System $i Batch `head -n $curbatch < "$rundir"/scenarios | tail -1` `date` 1>&2
244 curbatch=$((curbatch + 1))
246 echo $curbatch
251 curbatch
[all...]

Completed in 106 milliseconds