Searched refs:new_n1 (Results 1 – 1 of 1) sorted by relevance
481 struct assoc_array_node *node, *new_n0, *new_n1, *side; in assoc_array_insert_into_terminal_node() local544 new_n1 = kzalloc_obj(struct assoc_array_node); in assoc_array_insert_into_terminal_node()545 if (!new_n1) in assoc_array_insert_into_terminal_node()547 edit->new_meta[1] = assoc_array_node_to_ptr(new_n1); in assoc_array_insert_into_terminal_node()617 new_n1->back_pointer = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()618 new_n1->parent_slot = -1; /* Need to calculate this */ in assoc_array_insert_into_terminal_node()624 new_n1->nr_leaves_on_branch = 0; in assoc_array_insert_into_terminal_node()645 new_n1->parent_slot = slot; in assoc_array_insert_into_terminal_node()654 new_n0->slots[slot] = assoc_array_node_to_ptr(new_n1); in assoc_array_insert_into_terminal_node()663 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()[all …]