Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Drstat.c123 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()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag_percpu.c48 g = (__u64)cgrp->rstat_cpu->updated_children; in BPF_PROG()
/linux-6.15/include/linux/
H A Dcgroup-defs.h389 struct cgroup *updated_children; /* terminated by self cgroup */ member