Searched refs:rsrc_cached_refs (Results 1 – 3 of 3) sorted by relevance
128 ctx->rsrc_cached_refs++; in io_req_put_rsrc_locked()136 ctx->rsrc_cached_refs--; in io_charge_rsrc_node()137 if (unlikely(ctx->rsrc_cached_refs < 0)) in io_charge_rsrc_node()
39 if (ctx->rsrc_cached_refs) { in io_rsrc_refs_drop()40 io_rsrc_put_node(ctx->rsrc_node, ctx->rsrc_cached_refs); in io_rsrc_refs_drop()41 ctx->rsrc_cached_refs = 0; in io_rsrc_refs_drop()157 ctx->rsrc_cached_refs += IO_RSRC_REF_BATCH; in io_rsrc_refs_refill()
236 int rsrc_cached_refs; member