Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Daio.c222 static struct kmem_cache *kiocb_cachep; variable
274 kiocb_cachep = KMEM_CACHE(aio_kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
1032 req = kmem_cache_alloc(kiocb_cachep, GFP_KERNEL); in aio_get_req()
1077 kmem_cache_free(kiocb_cachep, iocb); in iocb_destroy()