Lines Matching defs:root
964 thread_atoms_search(struct rb_root_cached *root, struct thread *thread,
967 struct rb_node *node = root->rb_root.rb_node;
990 __thread_latency_insert(struct rb_root_cached *root, struct work_atoms *data,
993 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL;
1014 rb_insert_color_cached(&data->node, root, leftmost);
1466 struct rb_root_cached *root = &sched->atom_root;
1470 node = rb_first_cached(root);
1474 rb_erase_cached(node, root);
1478 if (root == &sched->atom_root) {
1479 root = &sched->merged_atom_root;
2790 static size_t timehist_print_idlehist_callchain(struct rb_root_cached *root)
2795 struct rb_node *rb_node = rb_first_cached(root);
3115 static void __merge_work_atoms(struct rb_root_cached *root, struct work_atoms *data)
3117 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL;
3153 rb_insert_color_cached(&data->node, root, leftmost);