Searched refs:new_n1 (Results 1 – 1 of 1) sorted by relevance
544 if (!new_n1) in assoc_array_insert_into_terminal_node()546 edit->new_meta[1] = assoc_array_node_to_ptr(new_n1); in assoc_array_insert_into_terminal_node()617 new_n1->parent_slot = -1; /* Need to calculate this */ in assoc_array_insert_into_terminal_node()623 new_n1->nr_leaves_on_branch = 0; in assoc_array_insert_into_terminal_node()644 new_n1->parent_slot = slot; in assoc_array_insert_into_terminal_node()653 new_n0->slots[slot] = assoc_array_node_to_ptr(new_n1); in assoc_array_insert_into_terminal_node()662 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()663 new_n1->nr_leaves_on_branch++; in assoc_array_insert_into_terminal_node()681 edit->leaf_p = &new_n1->slots[next_slot++]; in assoc_array_insert_into_terminal_node()682 edit->adjust_count_on = new_n1; in assoc_array_insert_into_terminal_node()[all …]
Completed in 5 milliseconds