Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Drstat.c45 if (cgroup_rstat_cpu(cgrp, cpu)->updated_next) in cgroup_rstat_updated()
60 if (rstatc->updated_next) in cgroup_rstat_updated()
63 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
119 if (parent && rstatc->updated_next) { in cgroup_rstat_cpu_pop_updated()
131 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
134 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
135 rstatc->updated_next = NULL; in cgroup_rstat_cpu_pop_updated()
282 WARN_ON_ONCE(rstatc->updated_next)) in cgroup_rstat_exit()
/Linux-v4.19/include/linux/
Dcgroup-defs.h314 struct cgroup *updated_next; /* NULL iff not on the list */ member