Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/cgroup/
Dcgroup.c1002 struct css_set *old_cset, in compare_css_sets() argument
1022 new_dfl_cgrp = old_cset->dfl_cgrp; in compare_css_sets()
1034 l2 = &old_cset->cgrp_links; in compare_css_sets()
1043 BUG_ON(l2 != &old_cset->cgrp_links); in compare_css_sets()
1046 BUG_ON(l2 == &old_cset->cgrp_links); in compare_css_sets()
1080 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set() argument
1107 template[i] = old_cset->subsys[i]; in find_existing_css_set()
1113 if (!compare_css_sets(cset, old_cset, cgrp, template)) in find_existing_css_set()
1199 static struct css_set *find_css_set(struct css_set *old_cset, in find_css_set() argument
1215 cset = find_existing_css_set(old_cset, cgrp, template); in find_css_set()
[all …]