Home
last modified time | relevance | path

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

/tools/lib/
Drbtree.c88 } else if (rb_is_black(parent)) in __rb_insert()
235 if (!tmp1 || rb_is_black(tmp1)) { in ____rb_erase_color()
237 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color()
321 if (!tmp1 || rb_is_black(tmp1)) { in ____rb_erase_color()
323 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color()
/tools/include/linux/
Drbtree_augmented.h110 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color) macro