Searched refs:rb_is_red (Results 1 – 2 of 2) sorted by relevance
133 if (tmp && rb_is_red(tmp)) { in __rb_insert()201 if (tmp && rb_is_red(tmp)) { in __rb_insert()258 if (rb_is_red(sibling)) { in ____rb_erase_color()298 if (rb_is_red(parent)) in ____rb_erase_color()370 if (rb_is_red(sibling)) { in ____rb_erase_color()388 if (rb_is_red(parent)) in ____rb_erase_color()
120 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro