Home
last modified time | relevance | path

Searched refs:inflight_entry (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c882 struct list_head inflight_entry; member
1864 list_add(&req->inflight_entry, &ctx->locked_free_list); in io_req_complete_post()
1964 struct io_kiocb, inflight_entry); in io_flush_cached_reqs()
1966 list_del(&req->inflight_entry); in io_flush_cached_reqs()
2046 list_add(&req->inflight_entry, &ctx->locked_free_list); in __io_free_req()
2380 list_add(&req->inflight_entry, &state->free_list); in io_req_free_batch()
2515 req = list_first_entry(done, struct io_kiocb, inflight_entry); in io_iopoll_complete()
2516 list_del(&req->inflight_entry); in io_iopoll_complete()
2559 list_for_each_entry_safe(req, tmp, &ctx->iopoll_list, inflight_entry) { in io_do_iopoll()
2569 list_move_tail(&req->inflight_entry, in io_do_iopoll()
[all...]

Completed in 10 milliseconds