函数逻辑报告 |
Source Code:fs\io_uring.c |
Create Date:2022-07-29 10:54:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__io_free_req
函数原型:static void __io_free_req(struct io_kiocb *req)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct io_kiocb * | req |
948 | 如果file且非flags按位与ctx owns file 的值则fput(file) |
950 | 如果flags按位与 inflight list 则 |
953 | spin_lock_irqsave( & inflight_lock, flags) |
954 | 删除链表项 |
957 | spin_unlock_irqrestore( & inflight_lock, flags) |
959 | percpu计数引用减 |
名称 | 描述 |
---|---|
io_free_req | |
io_put_req_find_next | Drop reference to request, return next in chain (if there is one) if this* was the last reference to this request. |
__io_double_put_req | |
io_submit_sqes |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |