Searched refs:CACHE_SIZE (Results 1 – 7 of 7) sorted by relevance
| /littlefs-latest/runners/ |
| D | bench_runner.h | 113 #define CACHE_SIZE bench_define(CACHE_SIZE_i) macro 131 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
| D | test_runner.h | 107 #define CACHE_SIZE TEST_DEFINE(CACHE_SIZE_i) macro 126 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
|
| D | test_runner.c | 1347 .cache_size = CACHE_SIZE, in run_powerloss_none() 1426 .cache_size = CACHE_SIZE, in run_powerloss_linear() 1522 .cache_size = CACHE_SIZE, in run_powerloss_log() 1616 .cache_size = CACHE_SIZE, in run_powerloss_cycles() 1808 .cache_size = CACHE_SIZE, in run_powerloss_exhaustive()
|
| D | bench_runner.c | 1322 .cache_size = CACHE_SIZE, in perm_run()
|
| /littlefs-latest/tests/ |
| D | test_relocations.toml | 175 if = '!(DEPTH == 3 && CACHE_SIZE != 64) && 2*FILES < BLOCK_COUNT' 244 if = '!(DEPTH == 3 && CACHE_SIZE != 64) && 2*FILES < BLOCK_COUNT'
|
| D | test_entries.toml | 5 defines.CACHE_SIZE = 512 6 if = 'CACHE_SIZE % PROG_SIZE == 0 && CACHE_SIZE == 512'
|
| D | test_orphans.toml | 210 if = '!(DEPTH == 3 && CACHE_SIZE != 64)'
|