Searched refs:rb_is_red (Results 1 – 2 of 2) sorted by relevance
87 if (tmp && rb_is_red(tmp)) { in __rb_insert()152 if (tmp && rb_is_red(tmp)) { in __rb_insert()208 if (rb_is_red(sibling)) { in ____rb_erase_color()247 if (rb_is_red(parent)) in ____rb_erase_color()302 if (rb_is_red(sibling)) { in ____rb_erase_color()319 if (rb_is_red(parent)) in ____rb_erase_color()
84 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro