Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Drstat.c61 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
62 prstatc->updated_children = cgrp; in cgroup_rstat_updated()
103 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()
105 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
120 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
256 rstatc->updated_children = cgrp; in cgroup_rstat_init()
273 if (WARN_ON_ONCE(rstatc->updated_children != cgrp) || in cgroup_rstat_exit()
/kernel/linux/linux-5.10/include/linux/
Dcgroup-defs.h334 struct cgroup *updated_children; /* terminated by self cgroup */ member