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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c49 static struct kmem_cache *spufs_inode_cache; variable in typeref:struct:kmem_cache
63 ei = kmem_cache_alloc(spufs_inode_cache, GFP_KERNEL);
77 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode));
824 spufs_inode_cache = kmem_cache_create("spufs_inode_cache",
828 if (!spufs_inode_cache)
849 kmem_cache_destroy(spufs_inode_cache);
861 kmem_cache_destroy(spufs_inode_cache);

Completed in 112 milliseconds