Function report |
Source Code:arch\x86\kernel\cpu\resctrl\core.c |
Create Date:2022-07-28 08:10:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_mem_config
Proto:static __init bool get_mem_config(void)
Type:bool
Parameter:Nothing
824 | If Not rdt_cpu_has(Memory Bandwidth Allocation ) Then Return false |
827 | If CPU vendor == X86_VENDOR_INTEL Then Return __get_mem_config_intel( & rdt_resources_all[RDT_RESOURCE_MBA]) |
829 | Else if CPU vendor == X86_VENDOR_AMD Then Return __rdt_get_mem_config_amd( & rdt_resources_all[RDT_RESOURCE_MBA]) |
832 | Return false |
Name | Describe |
---|---|
get_rdt_alloc_resources |
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 |