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_cqring_add_event
Proto:static void io_cqring_add_event(struct io_kiocb *req, long res)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req | |
long | res |
850 | spin_lock_irqsave( & completion_lock, flags) |
851 | io_cqring_fill_event(req, res) |
852 | io_commit_cqring(ctx) |
853 | spin_unlock_irqrestore( & completion_lock, flags) |
855 | io_cqring_ev_posted(ctx) |
Name | Describe |
---|---|
io_complete_rw_common | |
io_nop | IORING_OP_NOP just posts a completion event, nothing else. |
io_req_cancelled | |
io_fsync_finish | |
io_sync_file_range_finish | |
io_sendmsg | |
io_recvmsg | |
__io_accept | |
io_connect | |
io_poll_remove | Find a running poll command that matches one specified in sqe->addr,* and remove it if found. |
io_wq_submit_work | |
io_link_timeout_fn | |
__io_queue_sqe | |
io_queue_sqe | |
io_queue_link_head | |
io_submit_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 |