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

/external/fio/lib/
H A Drbtree.c75 while ((parent = rb_parent(node)) && rb_is_red(parent))
83 if (uncle && rb_is_red(uncle))
108 if (uncle && rb_is_red(uncle))
146 if (rb_is_red(other))
183 if (rb_is_red(other))
H A Drbtree.h118 #define rb_is_red(r) (!rb_color(r)) macro
/external/blktrace/
H A Drbtree.c75 while ((parent = rb_parent(node)) && rb_is_red(parent))
83 if (uncle && rb_is_red(uncle))
108 if (uncle && rb_is_red(uncle))
146 if (rb_is_red(other))
183 if (rb_is_red(other))
H A Drbtree.h126 #define rb_is_red(r) (!rb_color(r)) macro

Completed in 33 milliseconds