Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c672 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill() local
674 percpu_counter_add(&tctx->inflight, refill); in io_task_refs_refill()
675 refcount_add(refill, &current->usage); in io_task_refs_refill()
676 tctx->cached_refs += refill; in io_task_refs_refill()