Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.h345 extern struct kmem_cache *req_cachep;
Dio_uring.c151 struct kmem_cache *req_cachep; variable
1106 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()
1113 reqs[0] = kmem_cache_alloc(req_cachep, gfp); in __io_alloc_req_refill()
2886 kmem_cache_free(req_cachep, req); in io_req_caches_free()
4698 req_cachep = kmem_cache_create_usercopy("io_kiocb", in io_uring_init()