Searched refs:req_cachep (Results 1 – 4 of 4) sorted by relevance
| /linux/io_uring/ |
| H A D | msg_ring.c | 124 target = kmem_cache_alloc(req_cachep, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO); in io_msg_data_remote()
|
| H A D | io_uring.c | 127 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 D | io_uring.h | 523 extern struct kmem_cache *req_cachep;
|
| H A D | zcrx.c | 1333 kmem_cache_free(req_cachep, req); in zcrx_notif_tw() 1356 req = kmem_cache_alloc(req_cachep, gfp); in zcrx_send_notif()
|