Searched refs:__rb_is_red (Results 1 – 2 of 2) sorted by relevance
154 #define __rb_is_red(pc) (!__rb_color(pc)) macro156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)
152 #define __rb_is_red(pc) (!__rb_color(pc)) macro154 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color)
Completed in 6 milliseconds