Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-ioc.c20 static struct kmem_cache *iocontext_cachep; variable
145 kmem_cache_free(iocontext_cachep, ioc); in ioc_release_fn()
213 kmem_cache_free(iocontext_cachep, ioc); in put_io_context()
237 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in alloc_io_context()
285 kmem_cache_free(iocontext_cachep, ioc); in set_task_ioprio()
289 kmem_cache_free(iocontext_cachep, ioc); in set_task_ioprio()
423 kmem_cache_free(iocontext_cachep, ioc); in ioc_find_get_icq()
453 iocontext_cachep = kmem_cache_create("blkdev_ioc", in blk_ioc_init()

Completed in 3 milliseconds