Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblkcache.c28 .max_blocks_per_entry = 2,
83 if (blkcnt > _stats.max_blocks_per_entry) in blkcache_fill()
149 if ((blocks != _stats.max_blocks_per_entry) || in blkcache_configure()
161 _stats.max_blocks_per_entry = blocks; in blkcache_configure()
/OK3568_Linux_fs/u-boot/cmd/
H A Dblkcache.c25 stats.max_blocks_per_entry, stats.max_entries); in blkc_show()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h186 unsigned max_blocks_per_entry; member