Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c147 rstatc->updated_next = prstatc->updated_children; in __css_process_update_tree()
148 prstatc->updated_children = css; in __css_process_update_tree()
217 * Assuming the following sample updated_children lists: in css_rstat_push_children()
240 grandchild = crstatc->updated_children; in css_rstat_push_children()
243 crstatc->updated_children = child; in css_rstat_push_children()
273 * Note that updated_children is self terminated and points to a list of
291 * Unlink @root from its parent. As the updated_children list is in css_rstat_updated_list()
300 nextp = &prstatc->updated_children; in css_rstat_updated_list()
316 child = rstatc->updated_children; in css_rstat_updated_list()
317 rstatc->updated_children in css_rstat_updated_list()
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag_percpu.c35 * struct cgroup_subsys_state *updated_children;
53 g = (__u64)cgrp->self.rstat_cpu->updated_children; in BPF_PROG()
/linux/include/linux/
H A Dcgroup-defs.h371 * updated_children and updated_next.
376 * are linked on the parent's ->updated_children through
377 * ->updated_next. updated_children is terminated by its container css.
379 struct cgroup_subsys_state *updated_children; member