Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dio_uring_types.h297 struct io_alloc_cache rw_cache; member
/linux-6.12.1/io_uring/
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()
Dio_uring.c315 ret |= io_alloc_cache_init(&ctx->rw_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
359 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_alloc()
2745 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_free()