Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.h360 extern struct kmem_cache *req_cachep;
H A Dio_uring.c150 struct kmem_cache *req_cachep; variable
1120 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()
1127 reqs[0] = kmem_cache_alloc(req_cachep, gfp); in __io_alloc_req_refill()
2918 kmem_cache_free(req_cachep, req); in io_req_caches_free()
4710 req_cachep = kmem_cache_create_usercopy("io_kiocb", in io_uring_init()