Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h420 extern struct kmem_cache *req_cachep;
H A Dio_uring.c153 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()
2690 kmem_cache_free(req_cachep, req); in io_req_caches_free()
3918 req_cachep = kmem_cache_create("io_kiocb", sizeof(struct io_kiocb), &kmem_args, in io_uring_init()