Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
A Drstat.c38 if (cgroup_rstat_cpu(cgrp, cpu)->updated_next) in cgroup_rstat_updated()
53 if (rstatc->updated_next) in cgroup_rstat_updated()
58 rstatc->updated_next = cgrp; in cgroup_rstat_updated()
63 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
118 if (rstatc->updated_next) { in cgroup_rstat_cpu_pop_updated()
134 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
136 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
139 rstatc->updated_next = NULL; in cgroup_rstat_cpu_pop_updated()
281 WARN_ON_ONCE(rstatc->updated_next)) in cgroup_rstat_exit()
/linux/include/linux/
A Dcgroup-defs.h338 struct cgroup *updated_next; /* NULL iff not on the list */ member

Completed in 7 milliseconds