Searched refs:updated_children (Results 1 – 3 of 3) sorted by relevance
123 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()124 prstatc->updated_children = cgrp; in cgroup_rstat_updated()165 grandchild = crstatc->updated_children; in cgroup_rstat_push_children()168 crstatc->updated_children = child; in cgroup_rstat_push_children()226 nextp = &prstatc->updated_children; in cgroup_rstat_updated_list()242 child = rstatc->updated_children; in cgroup_rstat_updated_list()243 rstatc->updated_children = root; in cgroup_rstat_updated_list()359 rstatc->updated_children = cgrp; in cgroup_rstat_init()376 if (WARN_ON_ONCE(rstatc->updated_children != cgrp) || in cgroup_rstat_exit()
48 g = (__u64)cgrp->rstat_cpu->updated_children; in BPF_PROG()
389 struct cgroup *updated_children; /* terminated by self cgroup */ member