Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:cgroup_exit_cftypes

Proto:static void cgroup_exit_cftypes(struct cftype *cfts)

Type:void

Parameter:

TypeParameterName
struct cftype *cfts
3929  When By convention, the name should begin with the name of the* subsystem, followed by a period. Zero length string indicates* end of cftype array.[0] != '\0' cycle
3931  If The maximum length of string, excluding trailing nul, that can* be passed to write. If < PAGE_SIZE-1, PAGE_SIZE-1 is assumed. && The maximum length of string, excluding trailing nul, that can* be passed to write. If < PAGE_SIZE-1, PAGE_SIZE-1 is assumed. != PAGE_SIZE Then kfree(kf_ops)
3933  kf_ops = NULL
3934  NULL for cgroup core files = NULL
3937  CFTYPE_* flags &= ~(__CFTYPE_ONLY_ON_DFL | __CFTYPE_NOT_ON_DFL)
Caller
NameDescribe
cgroup_init_cftypes
cgroup_rm_cftypes_locked