Home
last modified time | relevance | path

Searched refs:lookahead_size (Results 1 – 5 of 5) sorted by relevance

/littlefs-3.7.0-3.6.0/runners/
Dtest_runner.c1348 .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()
Dbench_runner.c1323 .lookahead_size = LOOKAHEAD_SIZE, in perm_run()
/littlefs-3.7.0-3.6.0/
Dlfs.h230 lfs_size_t lookahead_size; member
Dlfs.c635 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,
DREADME.md55 .lookahead_size = 16,