Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
608 kmem_cache_free(kioctx_cachep, ctx); in free_ioctx()
750 ctx = kmem_cache_zalloc(kioctx_cachep, GFP_KERNEL); in ioctx_alloc()
822 kmem_cache_free(kioctx_cachep, ctx); in ioctx_alloc()
/kernel/linux/linux-6.6/fs/
H A Daio.c254 static struct kmem_cache *kioctx_cachep; variable
303 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
629 kmem_cache_free(kioctx_cachep, ctx); in free_ioctx()
769 ctx = kmem_cache_zalloc(kioctx_cachep, GFP_KERNEL); in ioctx_alloc()
841 kmem_cache_free(kioctx_cachep, ctx); in ioctx_alloc()

Completed in 7 milliseconds