Searched refs:req_cachep (Results 1 – 1 of 1) sorted by relevance
1107 static struct kmem_cache *req_cachep; variable1933 ret = kmem_cache_alloc_bulk(req_cachep, gfp, IO_REQ_ALLOC_BATCH, in io_alloc_req()1941 state->reqs[0] = kmem_cache_alloc(req_cachep, gfp); in io_alloc_req()9224 kmem_cache_free(req_cachep, req); in io_req_cache_free()9235 kmem_cache_free_bulk(req_cachep, state->free_reqs, state->reqs); in io_req_caches_free()11009 req_cachep = KMEM_CACHE(io_kiocb, SLAB_HWCACHE_ALIGN | SLAB_PANIC | in io_uring_init()