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

/linux-master/include/linux/
H A Dio_uring_types.h388 struct io_alloc_cache rsrc_node_cache; member in struct:io_ring_ctx
/linux-master/io_uring/
H A Drsrc.c172 if (!io_alloc_cache_put(&ctx->rsrc_node_cache, &node->cache))
202 entry = io_alloc_cache_get(&ctx->rsrc_node_cache);
H A Dio_uring.c316 io_alloc_cache_init(&ctx->rsrc_node_cache, IO_NODE_ALLOC_CACHE_MAX,
2918 io_alloc_cache_free(&ctx->rsrc_node_cache, io_rsrc_node_cache_free);

Completed in 140 milliseconds