Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh206 kruntime=`gawk 'BEGIN { print systime() - '"$kstarttime"' }' < /dev/null`
209 if test $kruntime -ge $seconds -o -f "$TORTURE_STOPFILE"
216 if test $kruntime -lt $seconds
218 echo Completed in $kruntime vs. $seconds >> $resdir/Warnings 2>&1
251 kruntime=`gawk 'BEGIN { print systime() - '"$kstarttime"' }' < /dev/null`
273 if test $must_continue = no -a $kruntime -ge $((seconds + $TORTURE_SHUTDOWN_GRACE))
275 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1

Completed in 1 milliseconds