Function report |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-28 08:11:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static bool rdtgroup_mode_test_exclusive(struct rdtgroup *rdtgrp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct rdtgroup * | rdtgrp |
1147 | bool has_cache = false |
1151 | If rid == RDT_RESOURCE_MBA Then Continue |
1153 | has_cache = true |
1157 | rdt_last_cmd_puts("Schemata overlaps\n") |
1158 | Return false |
1163 | If Not has_cache Then |
1164 | rdt_last_cmd_puts("Cannot be exclusive without CAT/CDP\n") |
1165 | Return false |
1168 | Return true |
Name | Describe |
---|---|
rdtgroup_mode_write | dtgroup_mode_write - Modify the resource group's mode |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |