Searched refs:free_reqs (Results 1 – 1 of 1) sorted by relevance
315 unsigned int free_reqs; member1900 nr = state->free_reqs; in io_flush_cached_reqs()1911 state->free_reqs = nr; in io_flush_cached_reqs()1930 if (likely(state->free_reqs || io_flush_cached_reqs(ctx))) in io_alloc_req()1949 state->free_reqs = ret; in io_alloc_req()1951 state->free_reqs--; in io_alloc_req()1952 return state->reqs[state->free_reqs]; in io_alloc_req()2311 if (state->free_reqs != ARRAY_SIZE(state->reqs)) in io_req_free_batch()2312 state->reqs[state->free_reqs++] = req; in io_req_free_batch()9234 if (state->free_reqs) { in io_req_caches_free()[all …]