Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Drbtree.c86 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()
/openbmc/linux/tools/lib/
H A Drbtree.c117 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()
/openbmc/linux/lib/
H A Drbtree.c117 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()
/openbmc/qemu/util/
H A Dinterval-tree.c110 static inline bool rb_is_red(const RBNode *n) in rb_is_red() function
232 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",
/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h83 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/openbmc/linux/include/linux/
H A Drbtree_augmented.h180 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro