Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-ioc.c16 static struct kmem_cache *iocontext_cachep; variable
119 kmem_cache_free(iocontext_cachep, ioc); in ioc_release_fn()
154 kmem_cache_free(iocontext_cachep, ioc); in put_io_context()
239 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in create_task_io_context()
265 kmem_cache_free(iocontext_cachep, ioc); in create_task_io_context()
403 iocontext_cachep = kmem_cache_create("blkdev_ioc", in blk_ioc_init()