Home
last modified time | relevance | path

Searched refs:rb_is_red (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/
Drbtree.c86 if (tmp && rb_is_red(tmp)) { in __rb_insert()
151 if (tmp && rb_is_red(tmp)) { in __rb_insert()
207 if (rb_is_red(sibling)) { in ____rb_erase_color()
246 if (rb_is_red(parent)) in ____rb_erase_color()
301 if (rb_is_red(sibling)) { in ____rb_erase_color()
318 if (rb_is_red(parent)) in ____rb_erase_color()
/external/blktrace/
Drbtree.c75 while ((parent = rb_parent(node)) && rb_is_red(parent)) in rb_insert_color()
83 if (uncle && rb_is_red(uncle)) in rb_insert_color()
108 if (uncle && rb_is_red(uncle)) in rb_insert_color()
146 if (rb_is_red(other)) in __rb_erase_color()
183 if (rb_is_red(other)) in __rb_erase_color()
Drbtree.h126 #define rb_is_red(r) (!rb_color(r)) macro
/external/u-boot/include/linux/
Drbtree_augmented.h83 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro