Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.h335 tctx->cached_refs -= nr; in io_get_task_refs()
336 if (unlikely(tctx->cached_refs < 0)) in io_get_task_refs()
Dtctx.c53 WARN_ON_ONCE(tctx->cached_refs); in __io_uring_free()
Dio_uring.c754 task->io_uring->cached_refs++; in io_put_task_local()
768 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill()
772 tctx->cached_refs += refill; in io_task_refs_refill()
778 unsigned int refs = tctx->cached_refs; in io_uring_drop_tctx_refs()
781 tctx->cached_refs = 0; in io_uring_drop_tctx_refs()
2450 current->io_uring->cached_refs += left; in io_submit_sqes()
/Linux-v6.6/include/linux/
Dio_uring_types.h54 int cached_refs; member