Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A 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);
85 static inline void io_put_rsrc_node(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_put_rsrc_node()
100 struct io_rsrc_node *node) in io_charge_rsrc_node()
H A Drsrc.c150 static void io_rsrc_put_work(struct io_rsrc_node *node) in io_rsrc_put_work()
170 void io_rsrc_node_destroy(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_rsrc_node_destroy()
176 void io_rsrc_node_ref_zero(struct io_rsrc_node *node) in io_rsrc_node_ref_zero()
183 struct io_rsrc_node, node); in io_rsrc_node_ref_zero()
197 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx) in io_rsrc_node_alloc()
199 struct io_rsrc_node *ref_node; in io_rsrc_node_alloc()
204 ref_node = container_of(entry, struct io_rsrc_node, cache); in io_rsrc_node_alloc()
220 struct io_rsrc_node *backup; in io_rsrc_ref_quiesce()
643 struct io_rsrc_node *node = ctx->rsrc_node; in io_queue_rsrc_removal()
H A Dio_uring.c317 sizeof(struct io_rsrc_node)); in io_ring_ctx_alloc()
988 struct io_rsrc_node *rsrc_node = NULL; in __io_req_complete_post()
2914 kfree(container_of(entry, struct io_rsrc_node, cache)); in io_rsrc_node_cache_free()
/openbmc/linux/include/linux/
H A Dio_uring_types.h244 struct io_rsrc_node *rsrc_node;
556 struct io_rsrc_node *rsrc_node;