函数逻辑报告 |
Source Code:block\genhd.c |
Create Date:2022-07-27 18:52:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:part_in_flight_rw
函数原型:void part_in_flight_rw(struct request_queue *q, struct hd_struct *part, unsigned int inflight[2])
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
struct hd_struct * | part | |
unsigned int | inflight |
94 | 如果queue_is_mq(q)则 |
95 | blk_mq_in_flight_rw(q, part, inflight) |
96 | 返回 |
99 | inflight[0]等于0 |
100 | inflight[1]等于0 |
102 | inflight[0]加等于part_stat_local_read_cpu(part, in_flight[0], cpu) |
103 | inflight[1]加等于part_stat_local_read_cpu(part, in_flight[1], cpu) |
名称 | 描述 |
---|---|
part_inflight_show |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |