Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/gen/
H A Drb.c503 const bool was_root = RB_ROOT_P(rbt, self); in rb_tree_prune_node() local
531 if (__predict_false(was_root)) { in rb_tree_prune_node()
543 KASSERT(was_root || rb_tree_check_node(rbt, father, NULL, true)); in rb_tree_prune_node()
709 const bool was_root = RB_ROOT_P(rbt, self); in rb_tree_prune_blackred_branch() local
734 if (__predict_false(was_root)) { in rb_tree_prune_blackred_branch()
743 KASSERT(was_root || rb_tree_check_node(rbt, father, NULL, true)); in rb_tree_prune_blackred_branch()