Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_commit_cqring
Proto:static void io_commit_cqring(struct io_ring_ctx *ctx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_ring_ctx * | ctx |
710 | When ((req = io_get_timeout_req(ctx)) != NULL) cycle |
711 | io_kill_timeout(req) |
713 | __io_commit_cqring(ctx) |
715 | When ((req = io_get_deferred_req(ctx)) != NULL) cycle |
716 | flags |= drain done |
717 | io_queue_async_work(req) |
Name | Describe |
---|---|
io_cqring_overflow_flush | Returns true if there are no backlogged entries after the flush |
io_cqring_add_event | |
io_link_cancel_timeout | |
io_fail_links | Called if REQ_F_LINK is set, and we fail the head request |
io_iopoll_complete | Find and free completed poll iocbs |
io_poll_complete | |
io_timeout_fn | |
io_timeout_remove | Remove or update an existing timeout command |
io_async_find_and_cancel |
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 |