Searched refs:old_cset (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/ |
D | cgroup.c | 816 struct css_set *old_cset, in compare_css_sets() argument 837 l2 = &old_cset->cgrp_links; in compare_css_sets() 846 BUG_ON(l2 != &old_cset->cgrp_links); in compare_css_sets() 849 BUG_ON(l2 == &old_cset->cgrp_links); in compare_css_sets() 883 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set() argument 910 template[i] = old_cset->subsys[i]; in find_existing_css_set() 916 if (!compare_css_sets(cset, old_cset, cgrp, template)) in find_existing_css_set() 1002 static struct css_set *find_css_set(struct css_set *old_cset, in find_css_set() argument 1018 cset = find_existing_css_set(old_cset, cgrp, template); in find_css_set() 1051 list_for_each_entry(link, &old_cset->cgrp_links, cgrp_link) { in find_css_set()
|