Searched refs:__rb_is_black (Results 1 – 2 of 2) sorted by relevance
153 #define __rb_is_black(pc) __rb_color(pc) macro157 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color)210 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented()281 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented()
177 #define __rb_is_black(pc) __rb_color(pc) macro181 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color)247 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented()