Searched refs:__rb_is_black (Results 1 – 2 of 2) sorted by relevance
106 #define __rb_is_black(pc) __rb_color(pc) macro110 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color)162 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented()227 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented()
103 #define __rb_is_black(pc) __rb_color(pc) macro107 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color)160 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented()231 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented()