Searched defs:rb_is_red (Results 1 – 3 of 3) sorted by relevance
83 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
110 static inline bool rb_is_red(const RBNode *n) in rb_is_red() function