Lines Matching refs:cgroup_rstat_cpu
11 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function
43 if (cgroup_rstat_cpu(cgrp, cpu)->updated_next) in cgroup_rstat_updated()
51 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated()
52 struct cgroup_rstat_cpu *prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated()
86 struct cgroup_rstat_cpu *rstatc; in cgroup_rstat_cpu_pop_updated()
102 rstatc = cgroup_rstat_cpu(pos, cpu); in cgroup_rstat_cpu_pop_updated()
116 struct cgroup_rstat_cpu *prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_cpu_pop_updated()
117 struct cgroup_rstat_cpu *nrstatc; in cgroup_rstat_cpu_pop_updated()
122 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated()
247 cgrp->rstat_cpu = alloc_percpu(struct cgroup_rstat_cpu); in cgroup_rstat_init()
254 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_init()
271 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_exit()
315 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_base_stat_flush()
340 static struct cgroup_rstat_cpu *
343 struct cgroup_rstat_cpu *rstatc; in cgroup_base_stat_cputime_account_begin()
351 struct cgroup_rstat_cpu *rstatc) in cgroup_base_stat_cputime_account_end()
360 struct cgroup_rstat_cpu *rstatc; in __cgroup_account_cputime()
370 struct cgroup_rstat_cpu *rstatc; in __cgroup_account_cputime_field()