Searched refs:updated_next (Results 1 – 2 of 2) sorted by relevance
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()[all …]
392 struct cgroup *updated_next; /* NULL iff not on the list */ member