Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 7 of 7) sorted by relevance

/littlefs-latest/runners/
Dbench_runner.h113 #define CACHE_SIZE bench_define(CACHE_SIZE_i) macro
131 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
Dtest_runner.h107 #define CACHE_SIZE TEST_DEFINE(CACHE_SIZE_i) macro
126 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
Dtest_runner.c1347 .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()
Dbench_runner.c1322 .cache_size = CACHE_SIZE, in perm_run()
/littlefs-latest/tests/
Dtest_relocations.toml175 if = '!(DEPTH == 3 && CACHE_SIZE != 64) && 2*FILES < BLOCK_COUNT'
244 if = '!(DEPTH == 3 && CACHE_SIZE != 64) && 2*FILES < BLOCK_COUNT'
Dtest_entries.toml5 defines.CACHE_SIZE = 512
6 if = 'CACHE_SIZE % PROG_SIZE == 0 && CACHE_SIZE == 512'
Dtest_orphans.toml210 if = '!(DEPTH == 3 && CACHE_SIZE != 64)'