Searched refs:kioctx_cachep (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Daio.c198 static struct kmem_cache *kioctx_cachep; variable in typeref:struct:kmem_cache
261 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); aio_setup()
572 kmem_cache_free(kioctx_cachep, ctx); free_ioctx()
708 ctx = kmem_cache_zalloc(kioctx_cachep, GFP_KERNEL); ioctx_alloc()
780 kmem_cache_free(kioctx_cachep, ctx); ioctx_alloc()

Completed in 63 milliseconds