Lines Matching defs:run
120 void (*run)(
704 .run=run_powerloss_cycles,
710 if (test_powerlosses[p].run != run_powerloss_none
746 .run=run_powerloss_cycles,
752 if (test_powerlosses[p].run != run_powerloss_none
1322 // scenarios to run tests under power-loss
1374 // run the test
1379 case_->run(&cfg);
1454 // run the test, increasing power-cycles as power-loss events occur
1461 // run the test
1462 case_->run(&cfg);
1547 // run the test, increasing power-cycles as power-loss events occur
1554 // run the test
1555 case_->run(&cfg);
1638 // run the test, increasing power-cycles as power-loss events occur
1645 // run the test
1646 case_->run(&cfg);
1727 // run through the test without additional powerlosses, collecting possible
1732 // run the tests
1733 case_->run(cfg);
1826 // run the test, increasing power-cycles as power-loss events occur
1923 powerloss->run(
1928 static void run(void) {
2035 "Comma-separated range of test permutations to run (start,stop,step).",
2047 void (*op)(void) = run;
2481 .run = run_powerloss_cycles,
2512 .run = run_powerloss_cycles,
2528 .run = run_powerloss_exhaustive,