Searched refs:free_reqs (Results 1 – 1 of 1) sorted by relevance
315 unsigned int free_reqs; member1964 nr = state->free_reqs; in io_flush_cached_reqs()1975 state->free_reqs = nr; in io_flush_cached_reqs()1994 if (likely(state->free_reqs || io_flush_cached_reqs(ctx))) in io_alloc_req()2013 state->free_reqs = ret; in io_alloc_req()2015 state->free_reqs--; in io_alloc_req()2016 return state->reqs[state->free_reqs]; in io_alloc_req()2380 if (state->free_reqs != ARRAY_SIZE(state->reqs)) in io_req_free_batch()2381 state->reqs[state->free_reqs++] = req; in io_req_free_batch()9526 if (state->free_reqs) { in io_req_caches_free()[all …]