Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-ioc.c20 static struct kmem_cache *iocontext_cachep; variable
137 kmem_cache_free(iocontext_cachep, ioc); in ioc_release_fn()
202 kmem_cache_free(iocontext_cachep, ioc); in put_io_context()
226 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in alloc_io_context()
274 kmem_cache_free(iocontext_cachep, ioc); in set_task_ioprio()
278 kmem_cache_free(iocontext_cachep, ioc); in set_task_ioprio()
411 kmem_cache_free(iocontext_cachep, ioc); in ioc_find_get_icq()
438 iocontext_cachep = kmem_cache_create("blkdev_ioc", in blk_ioc_init()