Lines Matching refs:dcgrp
1761 struct cgroup *dcgrp = &dst_root->cgrp; in rebind_subsystems() local
1810 WARN_ON(!css || cgroup_css(dcgrp, ss)); in rebind_subsystems()
1821 rcu_assign_pointer(dcgrp->subsys[ssid], css); in rebind_subsystems()
1823 css->cgroup = dcgrp; in rebind_subsystems()
1826 WARN_ON(!list_empty(&dcgrp->e_csets[ss->id])); in rebind_subsystems()
1830 &dcgrp->e_csets[ss->id]); in rebind_subsystems()
1840 it->cset_head = &dcgrp->e_csets[ss->id]; in rebind_subsystems()
1848 &dcgrp->rstat_css_list); in rebind_subsystems()
1856 dcgrp->subtree_control |= 1 << ssid; in rebind_subsystems()
1860 ret = cgroup_apply_control(dcgrp); in rebind_subsystems()
1869 kernfs_activate(dcgrp->kn); in rebind_subsystems()