Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:group_rstat_flush - flush stats in @cgrp's subtree*@cgrp: target cgroup* Collect all per-cpu stats in @cgrp's subtree into the global counters* and propagate them upwards

Proto:void cgroup_rstat_flush(struct cgroup *cgrp)

Type:void

Parameter:

TypeParameterName
struct cgroup *cgrp
204  might_sleep()
206  spin_lock_irq( & cgroup_rstat_lock)
207  see cgroup_rstat_flush()
208  spin_unlock_irq( & cgroup_rstat_lock)
Caller
NameDescribe
css_release_work_fn
cgroup_rstat_exit