Home
last modified time | relevance | path

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

/linux-5.19.10/io_uring/
Dio_uring.c421 int rsrc_cached_refs; member
1388 ctx->rsrc_cached_refs++; in io_req_put_rsrc_locked()
1403 if (ctx->rsrc_cached_refs) { in io_rsrc_refs_drop()
1404 io_rsrc_put_node(ctx->rsrc_node, ctx->rsrc_cached_refs); in io_rsrc_refs_drop()
1405 ctx->rsrc_cached_refs = 0; in io_rsrc_refs_drop()
1412 ctx->rsrc_cached_refs += IO_RSRC_REF_BATCH; in io_rsrc_refs_refill()
1425 ctx->rsrc_cached_refs--; in io_req_set_rsrc_node()
1426 if (unlikely(ctx->rsrc_cached_refs < 0)) in io_req_set_rsrc_node()