Home
last modified time | relevance | path

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

/fs/
Daio.c119 static struct kmem_cache *kiocb_cachep; variable
128 kiocb_cachep = KMEM_CACHE(kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
521 req = kmem_cache_alloc(kiocb_cachep, GFP_KERNEL|__GFP_ZERO); in aio_get_req()
544 kmem_cache_free(kiocb_cachep, req); in kiocb_free()