Searched refs:updated_children (Results 1 – 2 of 2) sorted by relevance
61 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()62 prstatc->updated_children = cgrp; in cgroup_rstat_updated()103 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()105 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()120 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()256 rstatc->updated_children = cgrp; in cgroup_rstat_init()273 if (WARN_ON_ONCE(rstatc->updated_children != cgrp) || in cgroup_rstat_exit()
334 struct cgroup *updated_children; /* terminated by self cgroup */ member