Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Daio.c253 static struct kmem_cache *kiocb_cachep; variable
302 kiocb_cachep = KMEM_CACHE(aio_kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
1061 req = kmem_cache_alloc(kiocb_cachep, GFP_KERNEL); in aio_get_req()
1066 kmem_cache_free(kiocb_cachep, req); in aio_get_req()
1113 kmem_cache_free(kiocb_cachep, iocb); in iocb_destroy()