Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dio_uring_types.h375 struct io_alloc_cache rsrc_node_cache; member
/linux-6.12.1/io_uring/
Drsrc.c152 if (!io_alloc_cache_put(&ctx->rsrc_node_cache, node)) in io_rsrc_node_destroy()
181 ref_node = io_alloc_cache_get(&ctx->rsrc_node_cache); in io_rsrc_node_alloc()
Dio_uring.c309 ret = io_alloc_cache_init(&ctx->rsrc_node_cache, IO_NODE_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
356 io_alloc_cache_free(&ctx->rsrc_node_cache, kfree); in io_ring_ctx_alloc()
2763 io_alloc_cache_free(&ctx->rsrc_node_cache, kfree); in io_ring_ctx_free()