Lines Matching refs:cgroup_rstat_cpu
17 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function
98 if (data_race(cgroup_rstat_cpu(cgrp, cpu)->updated_next)) in cgroup_rstat_updated()
105 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated()
107 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated()
122 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated()
150 struct cgroup_rstat_cpu *crstatc; in cgroup_rstat_push_children()
164 crstatc = cgroup_rstat_cpu(child, cpu); in cgroup_rstat_push_children()
206 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(root, cpu); in cgroup_rstat_updated_list()
222 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated_list()
225 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated_list()
228 struct cgroup_rstat_cpu *nrstatc; in cgroup_rstat_updated_list()
230 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_updated_list()
391 cgrp->rstat_cpu = alloc_percpu(struct cgroup_rstat_cpu); in cgroup_rstat_init()
398 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_init()
415 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_exit()
462 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_base_stat_flush()
464 struct cgroup_rstat_cpu *prstatc; in cgroup_base_stat_flush()
492 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_base_stat_flush()
499 static struct cgroup_rstat_cpu *
502 struct cgroup_rstat_cpu *rstatc; in cgroup_base_stat_cputime_account_begin()
510 struct cgroup_rstat_cpu *rstatc, in cgroup_base_stat_cputime_account_end()
520 struct cgroup_rstat_cpu *rstatc; in __cgroup_account_cputime()
531 struct cgroup_rstat_cpu *rstatc; in __cgroup_account_cputime_field()