Searched refs:io_cqring_fill_event (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/ |
D | io_uring.c | 946 static void io_cqring_fill_event(struct io_kiocb *req, long res); 1458 io_cqring_fill_event(req, 0); in io_kill_timeout() 1726 static void io_cqring_fill_event(struct io_kiocb *req, long res) in io_cqring_fill_event() function 1906 io_cqring_fill_event(link, -ECANCELED); in io_kill_linked_timeout() 1955 io_cqring_fill_event(link, -ECANCELED); in io_fail_links() 2031 io_cqring_fill_event(req, error); in __io_req_task_cancel() 4962 io_cqring_fill_event(req, error ? error : mangle_poll(mask)); in io_poll_complete() 5270 io_cqring_fill_event(req, -ECANCELED); in io_poll_remove_one() 5431 io_cqring_fill_event(req, -ETIME); in io_timeout_fn() 5452 io_cqring_fill_event(req, -ECANCELED); in __io_timeout_cancel() [all …]
|