Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c879 struct percpu_ref *fixed_rsrc_refs; member
1189 if (!req->fixed_rsrc_refs) { in io_req_set_rsrc_node()
1190 req->fixed_rsrc_refs = &ctx->rsrc_node->refs; in io_req_set_rsrc_node()
1191 percpu_ref_get(req->fixed_rsrc_refs); in io_req_set_rsrc_node()
2033 if (req->fixed_rsrc_refs) in io_dismantle_req()
2034 percpu_ref_put(req->fixed_rsrc_refs); in io_dismantle_req()
7351 req->fixed_rsrc_refs = NULL; in io_init_req()