Searched refs:rb_is_red (Results 1 – 3 of 3) sorted by relevance
96 if (tmp && rb_is_red(tmp)) { in __rb_insert()161 if (tmp && rb_is_red(tmp)) { in __rb_insert()217 if (rb_is_red(sibling)) { in ____rb_erase_color()256 if (rb_is_red(parent)) in ____rb_erase_color()311 if (rb_is_red(sibling)) { in ____rb_erase_color()328 if (rb_is_red(parent)) in ____rb_erase_color()
106 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
34 rb_is_red(node) ? 'R' : 'B',