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_queue_async_work
Proto:static inline void io_queue_async_work(struct io_kiocb *req)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req |
668 | do_hashed = io_prep_async_work(req, & link) |
672 | If Not do_hashed Then |
673 | io_wq_enqueue( IO offload , & work) |
674 | Else |
675 | io_wq_enqueue_hashed( IO offload , & work, file_inode(file)) |
679 | If link Then io_queue_linked_timeout(link) |
Name | Describe |
---|---|
io_commit_cqring | |
io_free_req | |
io_poll_remove_one | |
io_poll_wake | |
__io_queue_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 |