Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dio_uring.h426 tctx->cached_refs -= nr; in io_get_task_refs()
427 if (unlikely(tctx->cached_refs < 0)) in io_get_task_refs()
H A Dtctx.c64 WARN_ON_ONCE(tctx->cached_refs); in __io_uring_free()
H A Dio_uring.c674 tctx->cached_refs++; in io_put_task()
685 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill()
689 tctx->cached_refs += refill; in io_task_refs_refill()
695 unsigned int refs = tctx->cached_refs; in io_uring_drop_tctx_refs()
698 tctx->cached_refs = 0; in io_uring_drop_tctx_refs()
2349 current->io_uring->cached_refs += left; in io_submit_sqes()
/linux-6.15/include/linux/
H A Dio_uring_types.h95 int cached_refs; member