Searched refs:new_n1 (Results 1 – 1 of 1) sorted by relevance
484 struct assoc_array_node *node, *new_n0, *new_n1, *side; in assoc_array_insert_into_terminal_node() local547 new_n1 = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_insert_into_terminal_node()548 if (!new_n1) in assoc_array_insert_into_terminal_node()550 edit->new_meta[1] = assoc_array_node_to_ptr(new_n1); in assoc_array_insert_into_terminal_node()620 new_n1->back_pointer = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()621 new_n1->parent_slot = -1; /* Need to calculate this */ in assoc_array_insert_into_terminal_node()627 new_n1->nr_leaves_on_branch = 0; in assoc_array_insert_into_terminal_node()648 new_n1->parent_slot = slot; in assoc_array_insert_into_terminal_node()657 new_n0->slots[slot] = assoc_array_node_to_ptr(new_n1); in assoc_array_insert_into_terminal_node()666 new_n1->slots[next_slot++] = node->slots[i]; in assoc_array_insert_into_terminal_node()[all …]