Home
last modified time | relevance | path

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

/qemu/util/
H A Dinterval-tree.c533 RBNode *parent, *rebalance; in rb_erase_augmented() local
549 rebalance = NULL; in rb_erase_augmented()
551 rebalance = pc_is_black(pc) ? parent : NULL; in rb_erase_augmented()
560 rebalance = NULL; in rb_erase_augmented()
618 rebalance = NULL; in rb_erase_augmented()
620 rebalance = rb_is_black(successor) ? parent : NULL; in rb_erase_augmented()
628 if (rebalance) { in rb_erase_augmented()
629 rb_erase_color(rebalance, root, augment); in rb_erase_augmented()