Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Daio.c229 static struct kmem_cache *kioctx_cachep; variable
278 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
593 kmem_cache_free(kioctx_cachep, ctx); in free_ioctx()
735 ctx = kmem_cache_zalloc(kioctx_cachep, GFP_KERNEL); in ioctx_alloc()
807 kmem_cache_free(kioctx_cachep, ctx); in ioctx_alloc()