Home
last modified time | relevance | path

Searched refs:io_rsrc_node (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/io_uring/
Drsrc.h40 struct io_rsrc_node { struct
60 void io_rsrc_node_ref_zero(struct io_rsrc_node *node); argument
61 void io_rsrc_node_destroy(struct io_ring_ctx *ctx, struct io_rsrc_node *ref_node);
62 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx);
107 static inline void io_put_rsrc_node(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_put_rsrc_node()
122 struct io_rsrc_node *node) in io_charge_rsrc_node()
Drsrc.c151 static void io_rsrc_put_work(struct io_rsrc_node *node) in io_rsrc_put_work()
171 void io_rsrc_node_destroy(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_rsrc_node_destroy()
177 void io_rsrc_node_ref_zero(struct io_rsrc_node *node) in io_rsrc_node_ref_zero()
184 struct io_rsrc_node, node); in io_rsrc_node_ref_zero()
198 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx) in io_rsrc_node_alloc()
200 struct io_rsrc_node *ref_node; in io_rsrc_node_alloc()
205 ref_node = container_of(entry, struct io_rsrc_node, cache); in io_rsrc_node_alloc()
221 struct io_rsrc_node *backup; in io_rsrc_ref_quiesce()
653 struct io_rsrc_node *node = ctx->rsrc_node; in io_queue_rsrc_removal()
Dio_uring.c327 sizeof(struct io_rsrc_node)); in io_ring_ctx_alloc()
983 struct io_rsrc_node *rsrc_node = NULL; in __io_req_complete_post()
2896 kfree(container_of(entry, struct io_rsrc_node, cache)); in io_rsrc_node_cache_free()
/Linux-v6.6/include/linux/
Dio_uring_types.h244 struct io_rsrc_node *rsrc_node;
557 struct io_rsrc_node *rsrc_node;