Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c1755 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill() local
1757 percpu_counter_add(&tctx->inflight, refill); in io_task_refs_refill()
1758 refcount_add(refill, &current->usage); in io_task_refs_refill()
1759 tctx->cached_refs += refill; in io_task_refs_refill()