Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_guts.c4767 int cache_bytes = in yaffs_guts_initialise() local
4773 dev->cache = kmalloc(cache_bytes, GFP_NOFS); in yaffs_guts_initialise()
4778 memset(dev->cache, 0, cache_bytes); in yaffs_guts_initialise()