Searched refs:rb_is_black (Results 1 - 3 of 3) sorted by relevance

/external/blktrace/
H A Drbtree.c141 while ((!node || rb_is_black(node)) && node != root->rb_node)
153 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
154 (!other->rb_right || rb_is_black(other->rb_right)))
162 if (!other->rb_right || rb_is_black(other->rb_right))
190 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
191 (!other->rb_right || rb_is_black(other->rb_right)))
199 if (!other->rb_left || rb_is_black(other->rb_left))
H A Drbtree.h127 #define rb_is_black(r) rb_color(r) macro
/external/kernel-headers/original/linux/
H A Drbtree.h119 #define rb_is_black(r) rb_color(r) macro

Completed in 185 milliseconds