Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/block/
H A Dblkcache.c27 .max_blocks_per_entry = 8,
82 if (blkcnt > _stats.max_blocks_per_entry) in blkcache_fill()
148 if ((blocks != _stats.max_blocks_per_entry) || in blkcache_configure()
160 _stats.max_blocks_per_entry = blocks; in blkcache_configure()
/openbmc/u-boot/cmd/
H A Dblkcache.c24 stats.max_blocks_per_entry, stats.max_entries); in blkc_show()
/openbmc/u-boot/include/
H A Dblk.h172 unsigned max_blocks_per_entry; member