Home
last modified time | relevance | path

Searched refs:updated_next (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/cgroup/
H A Drstat.c42 if (data_race(cgroup_rstat_cpu(cgrp, cpu)->updated_next)) in cgroup_rstat_updated()
57 if (rstatc->updated_next) in cgroup_rstat_updated()
62 rstatc->updated_next = cgrp; in cgroup_rstat_updated()
67 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
107 if (!cgroup_rstat_cpu(pos, cpu)->updated_next) in cgroup_rstat_cpu_pop_updated()
139 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
141 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
144 rstatc->updated_next = NULL; in cgroup_rstat_cpu_pop_updated()
301 WARN_ON_ONCE(rstatc->updated_next)) in cgroup_rstat_exit()
/openbmc/linux/include/linux/
H A Dcgroup-defs.h370 struct cgroup *updated_next; /* NULL iff not on the list */ member