Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c875 struct percpu_ref *fixed_rsrc_refs; member
1187 if (!req->fixed_rsrc_refs) { in io_req_set_rsrc_node()
1188 req->fixed_rsrc_refs = &ctx->rsrc_node->refs; in io_req_set_rsrc_node()
1189 percpu_ref_get(req->fixed_rsrc_refs); in io_req_set_rsrc_node()
1969 if (req->fixed_rsrc_refs) in io_dismantle_req()
1970 percpu_ref_put(req->fixed_rsrc_refs); in io_dismantle_req()
7061 req->fixed_rsrc_refs = NULL; in io_init_req()