Searched refs:updated_next (Results 1 – 2 of 2) sorted by relevance
43 if (cgroup_rstat_cpu(cgrp, cpu)->updated_next) in cgroup_rstat_updated()58 if (rstatc->updated_next) in cgroup_rstat_updated()61 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()114 if (rstatc->updated_next) { in cgroup_rstat_cpu_pop_updated()127 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()130 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()131 rstatc->updated_next = NULL; in cgroup_rstat_cpu_pop_updated()274 WARN_ON_ONCE(rstatc->updated_next)) in cgroup_rstat_exit()
334 struct cgroup *updated_next; /* NULL iff not on the list */ member