Function report | 
Source Code:fs\io_uring.c | 
Create Date:2022-07-28 20:22:14 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:io_accept
Proto:static int io_accept(struct io_kiocb *req, struct io_kiocb **nxt, bool force_nonblock)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct io_kiocb * | req | |
| struct io_kiocb ** | nxt | |
| bool | force_nonblock | 
| 2415 | ret = __io_accept(req, nxt, force_nonblock) | 
| 2416 | If ret == -EAGAIN && force_nonblock Then | 
| 2417 | func = io_accept_finish | 
| 2418 | flags |= IO_WQ_WORK_NEEDS_FILES | 
| 2419 | io_put_req(req) | 
| 2420 | Return -EAGAIN | 
| 2422 | Return 0 | 
| Name | Describe | 
|---|---|
| io_issue_sqe | 
| 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  |