Home | History | Annotate | Download | only in stress

Lines Matching full:startpass

135     unsigned int startPass = DEFAULT_START_PASS, endPass = DEFAULT_END_PASS;
181 startPass = strtoul(optarg, &chptr, 10);
220 endPass = startPass = strtoul(optarg, &chptr, 10);
246 if (endPass < startPass) {
248 testPrintE(" startPass: %u endPass: %u", startPass, endPass);
258 testPrintI("startPass: %u", startPass);
267 for (pass = startPass; pass <= endPass; pass++) {
367 testPrintI("Successfully completed %u passes", pass - startPass);