Searched refs:cached_refs (Results 1 – 4 of 4) sorted by relevance
354 tctx->cached_refs -= nr; in io_get_task_refs()355 if (unlikely(tctx->cached_refs < 0)) in io_get_task_refs()
64 WARN_ON_ONCE(tctx->cached_refs); in __io_uring_free()
767 task->io_uring->cached_refs++; in io_put_task_local()781 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill()785 tctx->cached_refs += refill; in io_task_refs_refill()791 unsigned int refs = tctx->cached_refs; in io_uring_drop_tctx_refs()794 tctx->cached_refs = 0; in io_uring_drop_tctx_refs()2465 current->io_uring->cached_refs += left; in io_submit_sqes()
54 int cached_refs; member