Searched refs:first_parent (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/mdb/
H A Dmdb_tree.c635 mdb_exchange_child(struct cte *first, struct cte *first_parent, argument
638 assert(mdb_is_child(first, first_parent));
640 if (!first_parent) {
643 else if (N(first_parent)->left == first) {
644 N(first_parent)->left = second;
646 else if (N(first_parent)->right == first) {
647 N(first_parent)->right = second;
650 assert(!"first is not child of first_parent");
655 mdb_exchange_nodes(struct cte *first, struct cte *first_parent, argument
661 mdb_exchange_child(first, first_parent, secon
[all...]

Completed in 58 milliseconds