kioctx_cachep     229 fs/aio.c       static struct kmem_cache	*kioctx_cachep;
kioctx_cachep     278 fs/aio.c       	kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC);
kioctx_cachep     593 fs/aio.c       	kmem_cache_free(kioctx_cachep, ctx);
kioctx_cachep     735 fs/aio.c       	ctx = kmem_cache_zalloc(kioctx_cachep, GFP_KERNEL);
kioctx_cachep     807 fs/aio.c       	kmem_cache_free(kioctx_cachep, ctx);