Searched refs:fixed_rsrc_refs (Results 1 – 1 of 1) sorted by relevance
883 struct percpu_ref *fixed_rsrc_refs; member1189 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()2021 if (req->fixed_rsrc_refs) in io_dismantle_req()2022 percpu_ref_put(req->fixed_rsrc_refs); in io_dismantle_req()6983 req->fixed_rsrc_refs = NULL; in io_init_req()