Searched refs:RB_BLACK (Results 1 – 2 of 2) sorted by relevance
| /tools/lib/ |
| A D | rbtree.c | 61 rb->__rb_parent_color += RB_BLACK; in rb_set_black() 100 rb_set_parent_color(node, NULL, RB_BLACK); in __rb_insert() 131 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 159 RB_BLACK); in __rb_insert() 179 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 187 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 203 RB_BLACK); in __rb_insert() 325 RB_BLACK); in ____rb_erase_color() 349 RB_BLACK); in ____rb_erase_color() 389 RB_BLACK); in ____rb_erase_color() [all …]
|
| /tools/include/linux/ |
| A D | rbtree_augmented.h | 148 #define RB_BLACK 1 macro 276 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
|
Completed in 6 milliseconds