Lines Matching refs:dcgrp
1796 struct cgroup *dcgrp = &dst_root->cgrp; in rebind_subsystems() local
1845 WARN_ON(!css || cgroup_css(dcgrp, ss)); in rebind_subsystems()
1856 rcu_assign_pointer(dcgrp->subsys[ssid], css); in rebind_subsystems()
1860 css->cgroup = dcgrp; in rebind_subsystems()
1861 WARN_ON(!list_empty(&dcgrp->e_csets[ss->id])); in rebind_subsystems()
1865 &dcgrp->e_csets[ss->id]); in rebind_subsystems()
1875 it->cset_head = &dcgrp->e_csets[ss->id]; in rebind_subsystems()
1883 &dcgrp->rstat_css_list); in rebind_subsystems()
1891 dcgrp->subtree_control |= 1 << ssid; in rebind_subsystems()
1895 ret = cgroup_apply_control(dcgrp); in rebind_subsystems()
1904 kernfs_activate(dcgrp->kn); in rebind_subsystems()