Searched refs:req_cachep (Results 1 – 1 of 1) sorted by relevance
153 static struct kmem_cache *req_cachep; variable935 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()942 reqs[0] = kmem_cache_alloc(req_cachep, gfp); in __io_alloc_req_refill()2576 kmem_cache_free(req_cachep, req); in io_req_caches_free()4154 req_cachep = KMEM_CACHE(io_kiocb, SLAB_HWCACHE_ALIGN | SLAB_PANIC | in io_uring_init()