Home
last modified time | relevance | path

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

/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",