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

/linux-master/io_uring/
H A Dio_uring.h380 tctx->cached_refs -= nr;
381 if (unlikely(tctx->cached_refs < 0))
H A Dtctx.c53 WARN_ON_ONCE(tctx->cached_refs);
H A Dio_uring.c747 task->io_uring->cached_refs++;
761 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR;
765 tctx->cached_refs += refill;
771 unsigned int refs = tctx->cached_refs;
774 tctx->cached_refs = 0;
2504 current->io_uring->cached_refs += left;
/linux-master/include/linux/
H A Dio_uring_types.h86 int cached_refs; member in struct:io_uring_task

Completed in 182 milliseconds