Home | History | Annotate | Download | only in workloads

Lines Matching full:restart

33 # - Use a init file to setup device tuneables after each restart (this is
47 echo "-r restart : 0=no reboot between tests, 1=reboot (default)"
51 echo "-F restartHookFile : file of commands to set device tunables after restart (optional)"
55 restart=1
68 (-r) restart=$2; shift;;
204 if [ $restart -gt 0 ]; then
226 echo Wait 60s for device to restart...
235 echo Restart complete.
241 # hook to change tunables after a restart
250 if [ $restart -gt 0 ]; then