Searched refs:lookahead_size (Results 1 – 5 of 5) sorted by relevance
/littlefs-3.7.0-3.6.0/runners/ |
D | test_runner.c | 1348 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_none() 1424 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_linear() 1517 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_log() 1608 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_cycles() 1797 .lookahead_size = LOOKAHEAD_SIZE, in run_powerloss_exhaustive()
|
D | bench_runner.c | 1323 .lookahead_size = LOOKAHEAD_SIZE, in perm_run()
|
/littlefs-3.7.0-3.6.0/ |
D | lfs.h | 230 lfs_size_t lookahead_size; member
|
D | lfs.c | 635 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size, lfs->free.ack); in lfs_fs_rawgc() 639 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size); in lfs_fs_rawgc() 4189 LFS_ASSERT(lfs->cfg->lookahead_size > 0); 4190 LFS_ASSERT(lfs->cfg->lookahead_size % 8 == 0 && 4195 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size); 4273 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size); 4275 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size, 5776 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size, 5806 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size, 6325 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,
|
D | README.md | 55 .lookahead_size = 16,
|