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
38 if (cgroup_rstat_cpu(cgrp, cpu)->updated_next) in cgroup_rstat_updated()
45 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated()
47 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated()
62 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated()
90 struct cgroup_rstat_cpu *rstatc; in cgroup_rstat_cpu_pop_updated()
106 rstatc = cgroup_rstat_cpu(pos, cpu); in cgroup_rstat_cpu_pop_updated()
122 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_cpu_pop_updated()
125 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_cpu_pop_updated()
128 struct cgroup_rstat_cpu *nrstatc; in cgroup_rstat_cpu_pop_updated()
130 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated()
254 cgrp->rstat_cpu = alloc_percpu(struct cgroup_rstat_cpu); in cgroup_rstat_init()
261 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_init()
278 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_exit()
319 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_base_stat_flush()
349 static struct cgroup_rstat_cpu *
352 struct cgroup_rstat_cpu *rstatc; in cgroup_base_stat_cputime_account_begin()
360 struct cgroup_rstat_cpu *rstatc, in cgroup_base_stat_cputime_account_end()
370 struct cgroup_rstat_cpu *rstatc; in __cgroup_account_cputime()
381 struct cgroup_rstat_cpu *rstatc; in __cgroup_account_cputime_field()