函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-27 09:11:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dtgroup_mode_test_exclusive - Test if this resource group can be exclusive* An exclusive resource group implies that there should be no sharing of* its allocated resources
函数原型:static bool rdtgroup_mode_test_exclusive(struct rdtgroup *rdtgrp)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rdtgroup * | rdtgrp |
1147 | bool has_cache = false |
1151 | 如果rid恒等于RDT_RESOURCE_MBA则继续下一循环 |
1153 | has_cache = true |
1157 | rdt_last_cmd_puts("Schemata overlaps\n") |
1158 | 返回:false |
1163 | 如果非has_cache则 |
1164 | rdt_last_cmd_puts("Cannot be exclusive without CAT/CDP\n") |
1165 | 返回:false |
1168 | 返回:true |
名称 | 描述 |
---|---|
rdtgroup_mode_write | dtgroup_mode_write - Modify the resource group's mode |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |