Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dmsg_ring.c124 target = kmem_cache_alloc(req_cachep, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO); in io_msg_data_remote()
H A Dio_uring.c127 struct kmem_cache *req_cachep; variable
979 if (!kmem_cache_alloc_bulk(req_cachep, gfp, nr_reqs, reqs)) { in __io_alloc_req_refill()
980 reqs[0] = kmem_cache_alloc(req_cachep, gfp); in __io_alloc_req_refill()
2139 kmem_cache_free(req_cachep, req); in __io_req_caches_free()
3248 req_cachep = kmem_cache_create("io_kiocb", sizeof(struct io_kiocb), &kmem_args, in io_uring_init()
H A Dio_uring.h523 extern struct kmem_cache *req_cachep;
H A Dzcrx.c1333 kmem_cache_free(req_cachep, req); in zcrx_notif_tw()
1356 req = kmem_cache_alloc(req_cachep, gfp); in zcrx_send_notif()