Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-ioc.c18 static struct kmem_cache *iocontext_cachep; variable
128 kmem_cache_free(iocontext_cachep, ioc); in ioc_release_fn()
163 kmem_cache_free(iocontext_cachep, ioc); in put_io_context()
271 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in create_task_io_context()
297 kmem_cache_free(iocontext_cachep, ioc); in create_task_io_context()
437 iocontext_cachep = kmem_cache_create("blkdev_ioc", in blk_ioc_init()