Home
last modified time | relevance | path

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

/third_party/littlefs/
Dlfs.h230 lfs_size_t lookahead_size; member
Dlfs.c590 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size, lfs->free.ack); in lfs_alloc()
594 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size); in lfs_alloc()
3962 LFS_ASSERT(lfs->cfg->lookahead_size > 0);
3963 LFS_ASSERT(lfs->cfg->lookahead_size % 8 == 0 &&
3968 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size);
4042 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size);
4044 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size,
5321 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,
5351 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,
5808 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,
DREADME.md55 .lookahead_size = 16,