Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h301 struct io_alloc_cache rw_cache; member
/linux/io_uring/
H A Drw.c168 if (io_alloc_cache_put(&req->ctx->rw_cache, rw)) { in io_rw_recycle()
216 rw = io_alloc_cache_get(&ctx->rw_cache); in io_rw_alloc_async()
H A Dio_uring.c320 ret |= io_alloc_cache_init(&ctx->rw_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
362 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_alloc()
2736 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_free()