Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Propagate the cgroup frozen state upwards by the cgroup tree.

Proto:static void cgroup_propagate_frozen(struct cgroup *cgrp, bool frozen)

Type:void

Parameter:

TypeParameterName
struct cgroup *cgrp
boolfrozen
16  desc = 1
24  When cgrp = cgroup_parent(cgrp) cycle
25  If frozen Then
36  Else
Caller
NameDescribe
cgroup_update_frozenRevisit the cgroup frozen state.* Checks if the cgroup is really frozen and perform all state transitions.