Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Diters_css.c28 struct cgroup *root_cgrp, *leaf_cgrp, *cur_cgrp; in iter_css_for_each() local
33 root_cgrp = bpf_cgroup_from_id(root_cg_id); in iter_css_for_each()
35 if (!root_cgrp) in iter_css_for_each()
41 bpf_cgroup_release(root_cgrp); in iter_css_for_each()
44 root_css = &root_cgrp->self; in iter_css_for_each()
69 bpf_cgroup_release(root_cgrp); in iter_css_for_each()
/linux-6.15/kernel/cgroup/
H A Dcgroup.c1291 return root_cgrp->root; in cgroup_root_from_kf()
2101 struct cgroup *root_cgrp = &root->cgrp; in cgroup_setup_root() local
2136 root_cgrp); in cgroup_setup_root()
2143 root_cgrp->ancestors[0] = root_cgrp; in cgroup_setup_root()
2149 ret = cgroup_rstat_init(root_cgrp); in cgroup_setup_root()
2158 ret = cgroup_bpf_inherit(root_cgrp); in cgroup_setup_root()
2191 cgroup_rstat_exit(root_cgrp); in cgroup_setup_root()
6339 struct cgroup *cgrp, *root_cgrp; in cgroup_get_from_id() local
6362 root_cgrp = current_cgns_cgroup_dfl(); in cgroup_get_from_id()
6983 struct cgroup *root_cgrp; in cgroup_get_from_path() local
[all …]