Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dmsg_ring.c102 target = kmem_cache_alloc(req_cachep, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO) ; in io_msg_data_remote()
H A Dio_uring.c124 struct kmem_cache *req_cachep; variable
965 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs); in __io_alloc_req_refill()
972 reqs[0] = kmem_cache_alloc(req_cachep, gfp); in __io_alloc_req_refill()
2134 kmem_cache_free(req_cachep, req); in __io_req_caches_free()
3216 req_cachep = kmem_cache_create("io_kiocb", sizeof(struct io_kiocb), &kmem_args, in io_uring_init()
H A Dio_uring.h518 extern struct kmem_cache *req_cachep;