Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rdt_enable_ctx

Proto:static int rdt_enable_ctx(struct rdt_fs_context *ctx)

Type:int

Parameter:

TypeParameterName
struct rdt_fs_context *ctx
1930  ret = 0
1932  If enable_cdpl2 Then ret = cdpl2_enable()
1935  If Not ret && enable_cdpl3 Then ret = cdpl3_enable()
1938  If Not ret && enable_mba_mbps Then ret = Enable or disable the MBA software controller* which helps user specify bandwidth in MBps.* MBA software controller is supported only if* MBM is supported and MBA is in linear scale.
1941  Return ret
Caller
NameDescribe
rdt_get_tree