Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dcgroup.c1271 struct cgroup_root *src_root; in rebind_subsystems() local
1278 src_root = ss->root; in rebind_subsystems()
1279 css = cgroup_css(&src_root->cgrp, ss); in rebind_subsystems()
1283 RCU_INIT_POINTER(src_root->cgrp.subsys[ssid], NULL); in rebind_subsystems()
1294 src_root->subsys_mask &= ~(1 << ssid); in rebind_subsystems()
1295 src_root->cgrp.subtree_control &= ~(1 << ssid); in rebind_subsystems()
1296 cgroup_refresh_child_subsys_mask(&src_root->cgrp); in rebind_subsystems()
/linux-4.1.27/tools/perf/util/
Dannotate.c1149 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument
1154 node = rb_first(src_root); in resort_source_line()
1160 rb_erase(node, src_root); in resort_source_line()