Lines Matching defs:root
986 thread_atoms_search(struct rb_root_cached *root, struct thread *thread,
989 struct rb_node *node = root->rb_root.rb_node;
1012 __thread_latency_insert(struct rb_root_cached *root, struct work_atoms *data,
1015 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL;
1036 rb_insert_color_cached(&data->node, root, leftmost);
1495 struct rb_root_cached *root = &sched->atom_root;
1499 node = rb_first_cached(root);
1503 rb_erase_cached(node, root);
1507 if (root == &sched->atom_root) {
1508 root = &sched->merged_atom_root;
2831 static size_t timehist_print_idlehist_callchain(struct rb_root_cached *root)
2836 struct rb_node *rb_node = rb_first_cached(root);
3151 static void __merge_work_atoms(struct rb_root_cached *root, struct work_atoms *data)
3153 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL;
3189 rb_insert_color_cached(&data->node, root, leftmost);