Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Druleset.c330 struct rb_root *src_root; in merge_tree()
337 src_root = get_root(src, key_type); in merge_tree()
338 if (IS_ERR(src_root)) in merge_tree()
339 return PTR_ERR(src_root); in merge_tree()
342 rbtree_postorder_for_each_entry_safe(walker_rule, next_rule, src_root, in merge_tree()
325 struct rb_root *src_root; merge_tree() local
/linux/tools/perf/util/
H A Dannotate.c1130 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument
1135 node = rb_first(src_root); in resort_source_line()
1141 rb_erase(node, src_root); in resort_source_line()
/linux/kernel/cgroup/
H A Dcgroup.c1889 struct cgroup_root *src_root = ss->root; in rebind_subsystems() local
1890 struct cgroup *scgrp = &src_root->cgrp; in rebind_subsystems()
1897 if (src_root != &cgrp_dfl_root) { in rebind_subsystems()
1902 src_root->subsys_mask &= ~(1 << ssid); in rebind_subsystems()