函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Add all subdirectories of mon_data for "ctrl_mon" groups* and "monitor" groups with given domain id.

函数原型:void mkdir_mondata_subdir_allrdtgrp(struct rdt_resource *r, struct rdt_domain *d)

返回类型:void

参数:

类型参数名称
struct rdt_resource *r
struct rdt_domain *d
2398  如果非mon_enabled则返回
2402  parent_kn等于mon_data_kn
2403  mkdir_mondata_subdir(parent_kn, d, r, prgrp)
2405  head等于crdtgrp_list
2407  parent_kn等于mon_data_kn
2408  mkdir_mondata_subdir(parent_kn, d, r, crgrp)
调用者
名称描述
domain_add_cpudomain_add_cpu - Add a cpu to a resource's domain list.* If an existing domain in the resource r's domain list matches the cpu's* resource id, add the cpu in the domain.* Otherwise, a new domain is allocated and inserted into the right position