Searched refs:updated_children (Results 1 – 3 of 3) sorted by relevance
67 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()68 prstatc->updated_children = cgrp; in cgroup_rstat_updated()116 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()118 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()133 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()283 rstatc->updated_children = cgrp; in cgroup_rstat_init()300 if (WARN_ON_ONCE(rstatc->updated_children != cgrp) || in cgroup_rstat_exit()
48 g = (__u64)cgrp->rstat_cpu->updated_children; in BPF_PROG()
369 struct cgroup *updated_children; /* terminated by self cgroup */ member