函数逻辑报告 |
Source Code:fs\io_uring.c |
Create Date:2022-07-29 10:54:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:io_cqring_fill_event
函数原型:static void io_cqring_fill_event(struct io_kiocb *req, long res)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct io_kiocb * | req | |
long | res |
830 | cqe等于io_get_cqring(ctx) |
831 | 如果此条件成立可能性大(为编译器优化)(cqe)则 |
834 | WRITE_ONCE(flags, 0) |
835 | 否则如果cq_overflow_flushed则 |
838 | 否则 |
841 | 添加链表项 |
名称 | 描述 |
---|---|
io_kill_timeout | |
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_cancel | |
io_timeout_remove | Remove or update an existing timeout command |
io_async_find_and_cancel |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |