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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dmalloc.c26 static struct kmem_cache *inode_cache_slab; variable in typeref:struct:kmem_cache
70 inode_cache_slab = kmem_cache_create("jffs2_inode_cache",
73 if (!inode_cache_slab)
110 if(inode_cache_slab)
111 kmem_cache_destroy(inode_cache_slab);
272 ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL);
280 kmem_cache_free(inode_cache_slab, x);

Completed in 47 milliseconds