Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cgroup.c Create Date:2022-07-28 11:07:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:group_ssid_enabled - cgroup subsys enabled test by subsys ID*@ssid: subsys ID of interest* cgroup_subsys_enabled() can only be used with literal subsys names which* is fine for individual subsystems but unsuitable for cgroup core. This

Proto:bool cgroup_ssid_enabled(int ssid)

Type:bool

Parameter:

TypeParameterName
intssid
239  If CGROUP_SUBSYS_COUNT == 0 Then Return false
242  Return static_key_enabled(cgroup_subsys_enabled_key[ssid])
Caller
NameDescribe
cgroup_subtree_control_writehange the enabled child controllers for a cgroup in the default hierarchy
cgroup_add_cftypesgroup_add_cftypes - add an array of cftypes to a subsystem*@ss: target cgroup subsystem*@cfts: zero-length name terminated array of cftypes* Register @cfts to @ss
proc_cgroupstats_showDisplay information about each subsystem and each hierarchy
check_cgroupfs_options