Searched refs:run (Results 1 – 12 of 12) sorted by relevance
| /littlefs-latest/tests/ |
| D | test_exhaustion.toml | 198 for (int run = 0; run < 2; run++) { 201 (b < run_block_count[run]) ? 0 : ERASE_CYCLES) => 0; 279 run_cycles[run] = cycle; 281 run_block_count[run], run_cycles[run]); 298 for (int run = 0; run < 2; run++) { 301 (b < run_block_count[run]) ? 0 : ERASE_CYCLES) => 0; 376 run_cycles[run] = cycle; 378 run_block_count[run], run_cycles[run]);
|
| D | test_orphans.toml | 62 # test that we only run deorphan once per power-cycle
|
| D | test_alloc.toml | 479 // run out of space
|
| /littlefs-latest/runners/ |
| D | test_runner.c | 120 void (*run)( member 704 .run=run_powerloss_cycles, in case_forperm() 710 if (test_powerlosses[p].run != run_powerloss_none in case_forperm() 746 .run=run_powerloss_cycles, in case_forperm() 752 if (test_powerlosses[p].run != run_powerloss_none in case_forperm() 1382 case_->run(&cfg); in run_powerloss_none() 1468 case_->run(&cfg); in run_powerloss_linear() 1564 case_->run(&cfg); in run_powerloss_log() 1658 case_->run(&cfg); in run_powerloss_cycles() 1745 case_->run(cfg); in run_powerloss_exhaustive_layer() [all …]
|
| D | bench_runner.h | 61 void (*run)(struct lfs_config *cfg); member
|
| D | test_runner.h | 54 void (*run)(struct lfs_config *cfg); member
|
| D | bench_runner.c | 1356 case_->run(&cfg); in perm_run() 1374 static void run(void) { in run() function 1485 void (*op)(void) = run; in main()
|
| /littlefs-latest/scripts/ |
| D | readblock.py | 13 return sp.run(['xxd', '-g1', '-'], input=block).returncode
|
| D | bench.py | 1000 def run(runner, bench_ids=[], **args): function 1203 return run(**args)
|
| D | test.py | 1006 def run(runner, test_ids=[], **args): function 1238 return run(**args)
|
| /littlefs-latest/ |
| D | README.md | 194 The littlefs comes with a test suite designed to run on a PC using the
|
| D | DESIGN.md | 765 equation to find the offset. We run into a bit of a problem with integer
|