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:12:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Initialize cache resources with default values

Proto:static int rdtgroup_init_cat(struct rdt_resource *r, unsigned int closid)

Type:int

Parameter:

TypeParameterName
struct rdt_resource *r
unsigned intclosid
2599  ret = Initialize cache resources per RDT domain* Set the RDT domain up to start off with all usable allocations. That is,* all shareable and unused bits. All-zero CBM is invalid.
2600  If ret < 0 Then Return ret
2604  Return 0
Caller
NameDescribe
rdtgroup_init_allocInitialize the RDT group's allocations.