Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Drsrc.h34 struct io_rsrc_node { struct
35 struct io_ring_ctx *ctx;
36 int refs;
37 bool empty;
61 void io_rsrc_node_ref_zero(struct io_rsrc_node *node); argument