dst_root 128 include/trace/events/cgroup.h __field( int, dst_root ) dst_root 137 include/trace/events/cgroup.h __entry->dst_root = dst_cgrp->root->hierarchy_id; dst_root 146 include/trace/events/cgroup.h __entry->dst_root, __entry->dst_id, __entry->dst_level, dst_root 221 kernel/cgroup/cgroup-internal.h int rebind_subsystems(struct cgroup_root *dst_root, u16 ss_mask); dst_root 1719 kernel/cgroup/cgroup.c int rebind_subsystems(struct cgroup_root *dst_root, u16 ss_mask) dst_root 1721 kernel/cgroup/cgroup.c struct cgroup *dcgrp = &dst_root->cgrp; dst_root 1738 kernel/cgroup/cgroup.c if (ss->root != &cgrp_dfl_root && dst_root != &cgrp_dfl_root) dst_root 1758 kernel/cgroup/cgroup.c ss->root = dst_root; dst_root 1768 kernel/cgroup/cgroup.c dst_root->subsys_mask |= 1 << ssid; dst_root 1769 kernel/cgroup/cgroup.c if (dst_root == &cgrp_dfl_root) {