Searched refs:rb_is_red (Results 1 – 3 of 3) sorted by relevance
117 if (tmp && rb_is_red(tmp)) { in __rb_insert() 185 if (tmp && rb_is_red(tmp)) { in __rb_insert() 242 if (rb_is_red(sibling)) { in ____rb_erase_color() 282 if (rb_is_red(parent)) in ____rb_erase_color() 354 if (rb_is_red(sibling)) { in ____rb_erase_color() 372 if (rb_is_red(parent)) in ____rb_erase_color()
156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
201 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro