Searched refs:inflight_entry (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 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() [all …]
|