Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/block/
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()
/third_party/uboot/u-boot-2020.01/cmd/
Dblkcache.c24 stats.max_blocks_per_entry, stats.max_entries); in blkc_show()
/third_party/uboot/u-boot-2020.01/include/
Dblk.h172 unsigned max_blocks_per_entry; member