Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Drstat.c63 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
64 prstatc->updated_children = cgrp; in cgroup_rstat_updated()
107 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()
109 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
124 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
264 rstatc->updated_children = cgrp; in cgroup_rstat_init()
281 if (WARN_ON_ONCE(rstatc->updated_children != cgrp) || in cgroup_rstat_exit()
/Linux-v4.19/include/linux/
Dcgroup-defs.h313 struct cgroup *updated_children; /* terminated by self cgroup */ member