Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c466 int cached_refs; member
1744 tctx->cached_refs += nr; in io_put_task()
1755 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill()
1759 tctx->cached_refs += refill; in io_task_refs_refill()
1766 tctx->cached_refs -= nr; in io_get_task_refs()
1767 if (unlikely(tctx->cached_refs < 0)) in io_get_task_refs()
1774 unsigned int refs = tctx->cached_refs; in io_uring_drop_tctx_refs()
1777 tctx->cached_refs = 0; in io_uring_drop_tctx_refs()
7591 current->io_uring->cached_refs += unused; in io_submit_sqes()
8884 WARN_ON_ONCE(tctx->cached_refs); in __io_uring_free()