Searched refs:io_rsrc_node_alloc (Results 1 - 2 of 2) sorted by relevance

/linux-master/io_uring/
H A Drsrc.h60 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx);
132 ctx->rsrc_node = io_rsrc_node_alloc(ctx);
H A Drsrc.c197 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx) function
228 backup = io_rsrc_node_alloc(ctx);
645 ctx->rsrc_node = io_rsrc_node_alloc(ctx);

Completed in 116 milliseconds