Function report |
Source Code:kernel\cgroup\rstat.c |
Create Date:2022-07-28 11:11:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:group_rstat_updated - keep track of updated rstat_cpu*@cgrp: target cgroup*@cpu: cpu on which rstat_cpu was updated*@cgrp's rstat_cpu on @cpu was updated. Put it on the parent's matching* rstat_cpu->updated_children list. See the comment on top of
Proto:void cgroup_rstat_updated(struct cgroup *cgrp, int cpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup * | cgrp | |
int | cpu |
27 | cpu_lock = per_cpu_ptr( & cgroup_rstat_cpu_lock, cpu) |
32 | If Not cgroup_parent(cgrp) Then Return |
39 | smp_mb() |
46 | If NULL iff not on the list Then Return |
54 | rstatc = cgroup_rstat_cpu(cgrp, cpu) |
55 | prstatc = cgroup_rstat_cpu(parent, cpu) |
61 | If NULL iff not on the list Then Break |
Name | Describe |
---|---|
cgroup_base_stat_cputime_account_end | |
blkcg_bio_issue_check |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |