函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\resctrl\core.c |
Create Date:2022-07-27 09:10:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Map the memory b/w percentage value to delay values* that can be written to QOS_MSRs.* There are currently no SKUs which support non linear delay values.
函数原型:unsigned int delay_bw_map(unsigned long bw, struct rdt_resource *r)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | bw | |
struct rdt_resource * | r |
378 | 如果delay_linear则返回:MAX_MBA_BW减bw |
381 | pr_warn_once("Non Linear delay-bw map not supported but queried\n") |
382 | 返回:default_ctrl |
名称 | 描述 |
---|---|
mba_wrmsr_intel | |
update_mba_bw | Feedback loop for MBA software controller (mba_sc)* mba_sc is a feedback loop where we periodically read MBM counters and* adjust the bandwidth percentage values via the IA32_MBA_THRTL_MSRs so* that:* current bandwdith(cur_bw) < user specified |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |