Home
last modified time | relevance | path

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

/external/fio/lib/
Drbtree.c141 while ((!node || rb_is_black(node)) && node != root->rb_node) in __rb_erase_color()
153 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color()
154 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color()
162 if (!other->rb_right || rb_is_black(other->rb_right)) in __rb_erase_color()
190 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color()
191 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color()
199 if (!other->rb_left || rb_is_black(other->rb_left)) in __rb_erase_color()
Drbtree.h119 #define rb_is_black(r) rb_color(r) macro
/external/blktrace/
Drbtree.c141 while ((!node || rb_is_black(node)) && node != root->rb_node) in __rb_erase_color()
153 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color()
154 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color()
162 if (!other->rb_right || rb_is_black(other->rb_right)) in __rb_erase_color()
190 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color()
191 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color()
199 if (!other->rb_left || rb_is_black(other->rb_left)) in __rb_erase_color()
Drbtree.h127 #define rb_is_black(r) rb_color(r) macro