Lines Matching full:runtime
36 runtime=1200 # default
37 [ $# -eq 1 ] && runtime=$1
56 /tmp/burnin -r $runtime -d $mntpoint >> $log
88 int bufsize, files, parallel, runtime;
95 "[-r runtime]\n",
142 runtime = 1 * 60 * 60 * 24;
161 case 'r': /* runtime */
162 if (sscanf(optarg, "%d", &runtime) != 1)
172 "runtime=%d\n",
173 dir, bufsize, files, parallel, runtime);
185 while ((time(NULL) - start) < runtime && e == 0) {
204 if (runtime > DELAY)