Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Drsrc.h128 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()
Drsrc.c39 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()
/Linux-v6.1/include/linux/
Dio_uring_types.h236 int rsrc_cached_refs; member