Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c4766 int cache_bytes = in yaffs_guts_initialise() local
4772 dev->cache = kmalloc(cache_bytes, GFP_NOFS); in yaffs_guts_initialise()
4777 memset(dev->cache, 0, cache_bytes); in yaffs_guts_initialise()