Searched refs:cpuacct (Results 1 – 7 of 7) sorted by relevance
24 struct cpuacct { struct31 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca() argument33 return css ? container_of(css, struct cpuacct, css) : NULL; in css_ca()37 static inline struct cpuacct *task_ca(struct task_struct *tsk) in task_ca()42 static inline struct cpuacct *parent_ca(struct cpuacct *ca) in parent_ca()48 static struct cpuacct root_cpuacct = {57 struct cpuacct *ca; in cpuacct_css_alloc()87 struct cpuacct *ca = css_ca(css); in cpuacct_css_free()94 static u64 cpuacct_cpuusage_read(struct cpuacct *ca, int cpu, in cpuacct_cpuusage_read()135 static void cpuacct_cpuusage_write(struct cpuacct *ca, int cpu) in cpuacct_cpuusage_write()[all …]
19 /sys/fs/cgroup/cpuacct.usage gives the CPU time (in nanoseconds) obtained31 can be obtained from g1/cpuacct.usage and the same is accumulated in32 /sys/fs/cgroup/cpuacct.usage also.34 cpuacct.stat file lists a few statistics which further divide the43 cpuacct controller uses percpu_counter interface to collect user and
13 cpuacct
2 # Feature name: virt-cpuacct
21 SUBSYS(cpuacct)
151 cpuacct.用量的增加大致等于cfs_quota_us在每个周期的增加。
176 cpuacct.usage will increase roughly equal to cfs_quota_us in each period.