Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dcgroup.h114 __field( int, dst_root )
123 __entry->dst_root = dst_cgrp->root->hierarchy_id;
132 __entry->dst_root, __entry->dst_id, __entry->dst_level,
/Linux-v4.19/kernel/cgroup/
Dcgroup-internal.h200 int rebind_subsystems(struct cgroup_root *dst_root, u16 ss_mask);
Dcgroup.c1643 int rebind_subsystems(struct cgroup_root *dst_root, u16 ss_mask) in rebind_subsystems() argument
1645 struct cgroup *dcgrp = &dst_root->cgrp; in rebind_subsystems()
1662 if (ss->root != &cgrp_dfl_root && dst_root != &cgrp_dfl_root) in rebind_subsystems()
1682 ss->root = dst_root; in rebind_subsystems()
1692 dst_root->subsys_mask |= 1 << ssid; in rebind_subsystems()
1693 if (dst_root == &cgrp_dfl_root) { in rebind_subsystems()