Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\core.c Create Date:2022-07-28 08:10:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rdt_cpu_has

Proto:static bool __init rdt_cpu_has(int flag)

Type:bool

Parameter:

TypeParameterName
intflag
804  ret = boot_cpu_has(flag)
807  If Not ret Then Return ret
810  When o < rdt_options[NUM_RDT_OPTIONS] cycle
811  If flag == flag Then
812  If force_off Then ret = false
814  If force_on Then ret = true
816  Break
819  Return ret
Caller
NameDescribe
get_mem_config
get_rdt_alloc_resources
get_rdt_mon_resources