Searched refs:rb_is_red (Results 1 – 7 of 7) sorted by relevance
86 if (tmp && rb_is_red(tmp)) { in __rb_insert()151 if (tmp && rb_is_red(tmp)) { in __rb_insert()207 if (rb_is_red(sibling)) { in ____rb_erase_color()246 if (rb_is_red(parent)) in ____rb_erase_color()301 if (rb_is_red(sibling)) { in ____rb_erase_color()318 if (rb_is_red(parent)) in ____rb_erase_color()
117 if (tmp && rb_is_red(tmp)) { in __rb_insert()185 if (tmp && rb_is_red(tmp)) { in __rb_insert()242 if (rb_is_red(sibling)) { in ____rb_erase_color()282 if (rb_is_red(parent)) in ____rb_erase_color()354 if (rb_is_red(sibling)) { in ____rb_erase_color()372 if (rb_is_red(parent)) in ____rb_erase_color()
110 static inline bool rb_is_red(const RBNode *n) in rb_is_red() function232 if (tmp && rb_is_red(tmp)) { in rb_insert_augmented()300 if (tmp && rb_is_red(tmp)) { in rb_insert_augmented()363 if (rb_is_red(sibling)) { in rb_erase_color()401 if (rb_is_red(parent)) { in rb_erase_color()474 if (rb_is_red(sibling)) { in rb_erase_color()490 if (rb_is_red(parent)) { in rb_erase_color()879 level, level + 1, dir, rb_is_red(&node->rb) ? "r" : "b",
83 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
180 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro