Searched refs:kiocb_cachep (Results 1 – 3 of 3) sorted by relevance
227 static struct kmem_cache *kiocb_cachep; variable276 kiocb_cachep = KMEM_CACHE(aio_kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()1029 req = kmem_cache_alloc(kiocb_cachep, GFP_KERNEL); in aio_get_req()1034 kmem_cache_free(kiocb_cachep, req); in aio_get_req()1081 kmem_cache_free(kiocb_cachep, iocb); in iocb_destroy()
161129 ffff80001212a500 b kiocb_cachep
Completed in 339 milliseconds