函数逻辑报告 |
Source Code:block\blk-iocost.c |
Create Date:2022-07-27 19:25:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ioc_qos_prfill
函数原型:static u64 ioc_qos_prfill(struct seq_file *sf, struct blkg_policy_data *pd, int off)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | sf | |
struct blkg_policy_data * | pd | |
int | off |
2139 | 如果非dname则返回:0 |
2142 | seq_printf(sf, "%s enable=%d ctrl=%s rpct=%u.%02u rlat=%u wpct=%u.%02u wlat=%u min=%u.%02u max=%u.%02u\n", dname, enabled, user_qos_params ? "user" : "auto", qos[QOS_RPPM] / 10000, qos[QOS_RPPM] % 10000 / 100, qos[QOS_RLAT], qos[QOS_WPPM] / 10000, qos[QOS_WPPM] % 10000 / 100, qos[QOS_WLAT], qos[QOS_MIN] / 10000, qos[QOS_MIN] % 10000 / 100, qos[QOS_MAX] / 10000, qos[QOS_MAX] % 10000 / 100) |
2154 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |