Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dcgroup.c188 static int rebind_subsystems(struct cgroup_root *dst_root,
1218 static int rebind_subsystems(struct cgroup_root *dst_root, unsigned int ss_mask) in rebind_subsystems() argument
1235 if (ss->root != &cgrp_dfl_root && dst_root != &cgrp_dfl_root) in rebind_subsystems()
1241 if (dst_root == &cgrp_dfl_root) in rebind_subsystems()
1244 ret = cgroup_populate_dir(&dst_root->cgrp, tmp_ss_mask); in rebind_subsystems()
1246 if (dst_root != &cgrp_dfl_root) in rebind_subsystems()
1281 WARN_ON(!css || cgroup_css(&dst_root->cgrp, ss)); in rebind_subsystems()
1284 rcu_assign_pointer(dst_root->cgrp.subsys[ssid], css); in rebind_subsystems()
1285 ss->root = dst_root; in rebind_subsystems()
1286 css->cgroup = &dst_root->cgrp; in rebind_subsystems()
[all …]