Searched refs:cache_size (Results 1 – 6 of 6) sorted by relevance
| /littlefs-latest/ |
| D | lfs.c | 43 memset(pcache->buffer, 0xff, lfs->cfg->cache_size); in lfs_cache_zero() 118 lfs->cfg->cache_size); in lfs_bd_read() 241 off < pcache->off + lfs->cfg->cache_size) { in lfs_bd_prog() 244 lfs->cfg->cache_size - (off-pcache->off)); in lfs_bd_prog() 252 if (pcache->size == lfs->cfg->cache_size) { in lfs_bd_prog() 848 lfs->cfg->cache_size); in lfs_dir_getread() 1777 if (noff >= end || noff >= lfs->pcache.off + lfs->cfg->cache_size) { in lfs_dir_commitcrc() 2421 f->ctz.size > lfs->cfg->cache_size) { in lfs_dir_orphaningcommit() 3199 file->cache.buffer = lfs_malloc(lfs->cfg->cache_size); 3216 file->cache.size = lfs->cfg->cache_size; [all …]
|
| D | lfs.h | 224 lfs_size_t cache_size; member
|
| D | README.md | 54 .cache_size = 16,
|
| /littlefs-latest/runners/ |
| 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_truncate.toml | 122 size_t size = lfs_min(lfs.cfg->cache_size, sizeof(buffer)/2);
|