Searched refs:__rb_insert (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/ |
D | rbtree.c | 97 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() function 452 __rb_insert(node, root, false, NULL, dummy_rotate); in rb_insert_color() 469 __rb_insert(node, &root->rb_root, leftmost, in rb_insert_color_cached() 495 __rb_insert(node, root, newleft, leftmost, augment_rotate); in __rb_insert_augmented()
|
/Linux-v4.19/tools/lib/ |
D | rbtree.c | 72 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() function 386 __rb_insert(node, root, dummy_rotate); in rb_insert_color() 407 __rb_insert(node, root, augment_rotate); in __rb_insert_augmented()
|