Searched refs:inflight_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/ |
D | io_uring.c | 878 struct list_head inflight_entry; member 1803 list_add(&req->inflight_entry, &ctx->locked_free_list); in io_req_complete_post() 1903 struct io_kiocb, inflight_entry); in io_flush_cached_reqs() 1905 list_del(&req->inflight_entry); in io_flush_cached_reqs() 1985 list_add(&req->inflight_entry, &ctx->locked_free_list); in __io_free_req() 2314 list_add(&req->inflight_entry, &state->free_list); in io_req_free_batch() 2437 req = list_first_entry(done, struct io_kiocb, inflight_entry); in io_iopoll_complete() 2438 list_del(&req->inflight_entry); in io_iopoll_complete() 2466 list_for_each_entry_safe(req, tmp, &ctx->iopoll_list, inflight_entry) { in io_do_iopoll() 2476 list_move_tail(&req->inflight_entry, &done); in io_do_iopoll() [all …]
|