Lines Matching refs:lookahead_size
630 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size, lfs->free.ack);
634 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size);
4184 LFS_ASSERT(lfs->cfg->lookahead_size > 0);
4185 LFS_ASSERT(lfs->cfg->lookahead_size % 8 == 0 &&
4190 lfs->free.buffer = lfs_malloc(lfs->cfg->lookahead_size);
4268 memset(lfs->free.buffer, 0, lfs->cfg->lookahead_size);
4270 lfs->free.size = lfs_min(8*lfs->cfg->lookahead_size,
5763 ".lookahead_size=%"PRIu32", .read_buffer=%p, "
5771 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,
5793 ".lookahead_size=%"PRIu32", .read_buffer=%p, "
5801 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,
6312 ".lookahead_size=%"PRIu32", .read_buffer=%p, "
6320 cfg->block_cycles, cfg->cache_size, cfg->lookahead_size,