/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | block-range.c | 132 rb_insert_color(&head->node, &block_ranges.root); in block_range__create() 155 rb_insert_color(&entry->node, &block_ranges.root); in block_range__create() 186 rb_insert_color(&head->node, &block_ranges.root); in block_range__create() 226 rb_insert_color(&tail->node, &block_ranges.root); in block_range__create() 264 rb_insert_color(&tail->node, &block_ranges.root); in block_range__create() 287 rb_insert_color(&hole->node, &block_ranges.root); in block_range__create()
|
H A D | comm.c | 92 rb_insert_color(&new->rb_node, root); in __comm_str__findnew()
|
H A D | call-path.c | 111 rb_insert_color(&cp->rb_node, &parent->children); in call_path__findnew()
|
H A D | rb_resort.h | 88 rb_insert_color(sorted_nd, &sorted->entries); \
|
H A D | mem2node.c | 35 rb_insert_color(&entry->rb_node, root); in phys_entry__insert()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-range.c | 128 rb_insert_color(&head->node, &block_ranges.root); in block_range__create() 151 rb_insert_color(&entry->node, &block_ranges.root); in block_range__create() 182 rb_insert_color(&head->node, &block_ranges.root); in block_range__create() 222 rb_insert_color(&tail->node, &block_ranges.root); in block_range__create() 260 rb_insert_color(&tail->node, &block_ranges.root); in block_range__create() 283 rb_insert_color(&hole->node, &block_ranges.root); in block_range__create()
|
H A D | call-path.c | 111 rb_insert_color(&cp->rb_node, &parent->children); in call_path__findnew()
|
H A D | comm.c | 92 rb_insert_color(&new->rb_node, root); in __comm_str__findnew()
|
H A D | rb_resort.h | 88 rb_insert_color(sorted_nd, &sorted->entries); \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rbtree.h | 39 extern void rb_insert_color(struct rb_node *, struct rb_root *); 114 rb_insert_color(node, &root->rb_root); in rb_insert_color_cached() 210 rb_insert_color(node, tree); in rb_add() 243 rb_insert_color(node, tree); in rb_find_add()
|
H A D | rbtree_latch.h | 96 rb_insert_color(node, root); in __lt_insert()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | rbtree.h | 48 extern void rb_insert_color(struct rb_node *, struct rb_root *); 135 rb_insert_color(node, &root->rb_root); in rb_insert_color_cached() 221 rb_insert_color(node, tree); in rb_add() 254 rb_insert_color(node, tree); in rb_find_add()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rbtree.h | 49 extern void rb_insert_color(struct rb_node *, struct rb_root *); 141 rb_insert_color(node, &root->rb_root); in rb_insert_color_cached()
|
H A D | rbtree_latch.h | 96 rb_insert_color(node, root); in __lt_insert()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | rbtree.h | 48 extern void rb_insert_color(struct rb_node *, struct rb_root *); 135 rb_insert_color(node, &root->rb_root); in rb_insert_color_cached()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | nodelist.c | 195 rb_insert_color(&holefrag->rb, root); in no_overlapping_node() 209 rb_insert_color(&newfrag->rb, root); in no_overlapping_node() 298 rb_insert_color(&newfrag->rb, root); in jffs2_add_frag_to_fragtree() 301 rb_insert_color(&newfrag2->rb, root); in jffs2_add_frag_to_fragtree() 310 rb_insert_color(&newfrag->rb, root); in jffs2_add_frag_to_fragtree() 327 rb_insert_color(&this->rb, root); in jffs2_add_frag_to_fragtree()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | nodelist.c | 195 rb_insert_color(&holefrag->rb, root); in no_overlapping_node() 209 rb_insert_color(&newfrag->rb, root); in no_overlapping_node() 298 rb_insert_color(&newfrag->rb, root); in jffs2_add_frag_to_fragtree() 301 rb_insert_color(&newfrag2->rb, root); in jffs2_add_frag_to_fragtree() 310 rb_insert_color(&newfrag->rb, root); in jffs2_add_frag_to_fragtree() 327 rb_insert_color(&this->rb, root); in jffs2_add_frag_to_fragtree()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | misc.h | 111 rb_insert_color(node, root); in rb_simple_insert()
|
H A D | ulist.c | 162 rb_insert_color(&ins->rb_node, &ulist->root); in ulist_rbtree_insert()
|
/kernel/linux/common_modules/memory_security/src/ |
H A D | jit_process.c | 70 rb_insert_color(&(process->node), root); in update_process_jit_space()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | string_table.c | 69 rb_insert_color(&cs->node, &string_tree); in ceph_find_or_create_string()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | misc.h | 140 rb_insert_color(node, root); in rb_simple_insert()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | string_table.c | 69 rb_insert_color(&cs->node, &string_tree); in ceph_find_or_create_string()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_vma_manager.c | 302 rb_insert_color(&new->vm_rb, &node->vm_files); in drm_vma_node_allow()
|
/kernel/linux/linux-5.10/security/integrity/ |
H A D | iint.c | 170 rb_insert_color(node, &integrity_iint_tree); in integrity_inode_get()
|