函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c Create Date:2022-07-27 09:12:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Initialize cache resources with default values

函数原型:static int rdtgroup_init_cat(struct rdt_resource *r, unsigned int closid)

返回类型:int

参数:

类型参数名称
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  如果ret小于0则返回:ret
2604  返回:0
调用者
名称描述
rdtgroup_init_allocInitialize the RDT group's allocations.