HomeSort by: relevance | last modified time | path
    Searched defs:old_child (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
rb.c 333 struct rb_node * const old_child = old_father->rb_nodes[which]; local in function:rb_tree_reparent_nodes
334 struct rb_node * const new_father = old_child;
339 KASSERT(!RB_SENTINEL_P(old_child));
340 KASSERT(RB_FATHER(old_child) == old_father);
343 KASSERT(rb_tree_check_node(rbt, old_child, NULL, false));
351 new_child->rb_nodes[which] = old_child->rb_nodes[other];
368 RB_COPY_PROPERTIES(&tmp, old_child);
rb.c 333 struct rb_node * const old_child = old_father->rb_nodes[which]; local in function:rb_tree_reparent_nodes
334 struct rb_node * const new_father = old_child;
339 KASSERT(!RB_SENTINEL_P(old_child));
340 KASSERT(RB_FATHER(old_child) == old_father);
343 KASSERT(rb_tree_check_node(rbt, old_child, NULL, false));
351 new_child->rb_nodes[which] = old_child->rb_nodes[other];
368 RB_COPY_PROPERTIES(&tmp, old_child);

Completed in 22 milliseconds