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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c59 static struct kmem_cache *iocontext_cachep; variable in typeref:struct:kmem_cache
3719 iocontext_cachep = kmem_cache_create("blkdev_ioc",
3758 kmem_cache_free(iocontext_cachep, ioc);
3802 ret = kmem_cache_alloc_node(iocontext_cachep, gfp_flags, node);

Completed in 45 milliseconds