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

Name:We allow creating mon groups only with in a directory called "mon_groups"* which is present in every ctrl_mon group. Check if this is a valid* "mon_groups" directory.* 1. The directory should be named "mon_groups".* 2

Proto:static bool is_mon_groups(struct kernfs_node *kn, const char *name)

Type:bool

Parameter:

TypeParameterName
struct kernfs_node *kn
const char *name
2853  Return Not strcmp(name, "mon_groups") && strcmp(name, "mon_groups")
Caller
NameDescribe
rdtgroup_mkdir
rdtgroup_rmdir