Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_wq_submit_work
Proto:static void io_wq_submit_work(struct io_wq_work **workptr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_wq_work ** | workptr |
3329 | ret = 0 |
3331 | If flags & IO_WQ_WORK_CANCEL Then ret = -ECANCELED |
3334 | If Not ret Then |
3335 | has_user = (flags & IO_WQ_WORK_HAS_MM) != 0 |
3336 | in_async = true |
3337 | Do |
3338 | ret = io_issue_sqe(req, NULL, & nxt, false) |
3346 | cond_resched() |
3347 | When 1 cycle |
3351 | io_put_req(req) |
3353 | If ret Then |
3360 | If Not ret && nxt Then io_wq_assign_next(workptr, nxt) |
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 |