Searched refs:inflight_entry (Results 1 – 1 of 1) sorted by relevance
/io_uring/ |
D | io_uring.c | 882 struct list_head inflight_entry; member 1867 list_add(&req->inflight_entry, &ctx->locked_free_list); in io_req_complete_post() 1967 struct io_kiocb, inflight_entry); in io_flush_cached_reqs() 1969 list_del(&req->inflight_entry); in io_flush_cached_reqs() 2049 list_add(&req->inflight_entry, &ctx->locked_free_list); in __io_free_req() 2383 list_add(&req->inflight_entry, &state->free_list); in io_req_free_batch() 2518 req = list_first_entry(done, struct io_kiocb, inflight_entry); in io_iopoll_complete() 2519 list_del(&req->inflight_entry); in io_iopoll_complete() 2562 list_for_each_entry_safe(req, tmp, &ctx->iopoll_list, inflight_entry) { in io_do_iopoll() 2572 list_move_tail(&req->inflight_entry, &done); in io_do_iopoll() [all …]
|