Home
last modified time | relevance | path

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

/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/linux-tools-perf/util/added/
Drbtree.c76 while ((parent = rb_parent(node)) && rb_is_red(parent)) in rb_insert_color()
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
148 if (rb_is_red(other)) in __rb_erase_color()
182 if (rb_is_red(other)) in __rb_erase_color()
/external/kernel-headers/original/linux/
Drbtree.h118 #define rb_is_red(r) (!rb_color(r)) macro
/external/linux-tools-perf/util/include/linux/added/
Drbtree.h124 #define rb_is_red(r) (!rb_color(r)) macro