Lines Matching refs:updated_next
98 if (data_race(cgroup_rstat_cpu(cgrp, cpu)->updated_next)) in cgroup_rstat_updated()
113 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()
172 child = crstatc->updated_next; in cgroup_rstat_push_children()
173 crstatc->updated_next = NULL; in cgroup_rstat_push_children()
213 if (!rstatc->updated_next) in cgroup_rstat_updated_list()
232 nextp = &nrstatc->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()
418 WARN_ON_ONCE(rstatc->updated_next)) in cgroup_rstat_exit()