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

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

Completed in 46 milliseconds