| 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_poll_complete
Proto:static void io_poll_complete(struct io_kiocb *req, __poll_t mask, int error)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct io_kiocb * | req | |
| __poll_t | mask | |
| int | error | 
| 2584 | done = true | 
| 2585 | If error Then io_cqring_fill_event(req, error) | 
| 2587 | Else io_cqring_fill_event(req, mangle_poll(mask)) | 
| 2589 | io_commit_cqring(ctx) | 
| Name | Describe | 
|---|---|
| io_poll_complete_work | |
| io_poll_wake | |
| io_poll_add | 
| 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 |