Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Destroy a cgroup filesystem context.

Proto:static void cgroup_fs_context_free(struct fs_context *fc)

Type:void

Parameter:

TypeParameterName
struct fs_context *fc
2074  ctx = cgroup_fc2context(fc)
2076  kfree(Hierarchy name )
2077  kfree(Path for release notifications )
2078  put_cgroup_ns(ns)
2079  kernfs_free_fs_context(fc)
2080  kfree(ctx)