Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_link_cancel_timeout
Proto:static bool io_link_cancel_timeout(struct io_kiocb *req)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req |
972 | If ret != -1 Then |
973 | io_cqring_fill_event(req, - ECANCELED) |
974 | io_commit_cqring(ctx) |
975 | flags &= ~linked sqes |
976 | io_put_req(req) |
977 | Return true |
980 | Return false |
Name | Describe |
---|---|
io_req_link_next | |
io_fail_links | Called if REQ_F_LINK is set, and we fail the head request |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |