Lines Matching refs:inflight_entry
886 struct list_head inflight_entry; member
1855 list_add(&req->inflight_entry, &ctx->locked_free_list); in io_req_complete_post()
1955 struct io_kiocb, inflight_entry); in io_flush_cached_reqs()
1957 list_del(&req->inflight_entry); in io_flush_cached_reqs()
2037 list_add(&req->inflight_entry, &ctx->locked_free_list); in __io_free_req()
2368 list_add(&req->inflight_entry, &state->free_list); in io_req_free_batch()
2491 req = list_first_entry(done, struct io_kiocb, inflight_entry); in io_iopoll_complete()
2492 list_del(&req->inflight_entry); in io_iopoll_complete()
2519 list_for_each_entry_safe(req, tmp, &ctx->iopoll_list, inflight_entry) { in io_do_iopoll()
2529 list_move_tail(&req->inflight_entry, &done); in io_do_iopoll()
2543 list_move_tail(&req->inflight_entry, &done); in io_do_iopoll()
2812 inflight_entry); in io_iopoll_req_issued()
2829 list_add(&req->inflight_entry, &ctx->iopoll_list); in io_iopoll_req_issued()
2831 list_add_tail(&req->inflight_entry, &ctx->iopoll_list); in io_iopoll_req_issued()
7207 list_add(&req->inflight_entry, &ctx->submit_state.free_list); in io_submit_sqes()
9176 list_for_each_entry_safe(req, nxt, list, inflight_entry) { in io_req_cache_free()
9177 list_del(&req->inflight_entry); in io_req_cache_free()