Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/cgroup/
Drstat.c46 if (cgroup_rstat_cpu(cgrp, cpu)->updated_next) in cgroup_rstat_updated()
61 if (rstatc->updated_next) in cgroup_rstat_updated()
64 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
118 if (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()
285 WARN_ON_ONCE(rstatc->updated_next)) in cgroup_rstat_exit()
/Linux-v5.4/include/linux/
Dcgroup-defs.h329 struct cgroup *updated_next; /* NULL iff not on the list */ member