Home
last modified time | relevance | path

Searched refs:rb_is_red (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/lib/
Drbtree.c95 if (tmp && rb_is_red(tmp)) { in __rb_insert()
160 if (tmp && rb_is_red(tmp)) { in __rb_insert()
216 if (rb_is_red(sibling)) { in ____rb_erase_color()
255 if (rb_is_red(parent)) in ____rb_erase_color()
310 if (rb_is_red(sibling)) { in ____rb_erase_color()
327 if (rb_is_red(parent)) in ____rb_erase_color()
/Linux-v4.19/lib/
Drbtree.c133 if (tmp && rb_is_red(tmp)) { in __rb_insert()
201 if (tmp && rb_is_red(tmp)) { in __rb_insert()
258 if (rb_is_red(sibling)) { in ____rb_erase_color()
298 if (rb_is_red(parent)) in ____rb_erase_color()
370 if (rb_is_red(sibling)) { in ____rb_erase_color()
388 if (rb_is_red(parent)) in ____rb_erase_color()
/Linux-v4.19/tools/include/linux/
Drbtree_augmented.h109 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/Linux-v4.19/include/linux/
Drbtree_augmented.h120 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro