函数逻辑报告 |
Source Code:fs\io_uring.c |
Create Date:2022-07-29 10:54:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:After the iocb has been issued, it's safe to be found on the poll list.* Adding the kiocb to the list AFTER submission ensures that we don't* find it from a io_iopoll_getevents() thread before the issuer is done* accessing the kiocb cookie.
函数原型:static void io_iopoll_req_issued(struct io_kiocb *req)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct io_kiocb * | req |
1419 | 如果链表为空则 |
1420 | poll_multi_file = false |
1421 | 否则如果非poll_multi_file则 |
1426 | 如果file不等于file则poll_multi_file = true |
1434 | 如果flags按位与polled IO has completed 则添加链表项 |
1436 | 否则添加链表项 |
名称 | 描述 |
---|---|
io_issue_sqe |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |