Searched refs:rstatc (Results 1 – 1 of 1) sorted by relevance
105 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated() local113 if (rstatc->updated_next) in cgroup_rstat_updated()118 rstatc->updated_next = cgrp; in cgroup_rstat_updated()123 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()206 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(root, cpu); in cgroup_rstat_updated_list() local213 if (!rstatc->updated_next) in cgroup_rstat_updated_list()234 *nextp = rstatc->updated_next; in cgroup_rstat_updated_list()237 rstatc->updated_next = NULL; in cgroup_rstat_updated_list()242 child = rstatc->updated_children; in cgroup_rstat_updated_list()243 rstatc->updated_children = root; in cgroup_rstat_updated_list()[all …]