Lines Matching refs:new_s1
799 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut() local
904 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
906 if (!new_s1) in assoc_array_insert_mid_shortcut()
908 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
910 new_s1->back_pointer = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_mid_shortcut()
911 new_s1->parent_slot = sc_slot; in assoc_array_insert_mid_shortcut()
912 new_s1->next_node = shortcut->next_node; in assoc_array_insert_mid_shortcut()
913 new_s1->skip_to_level = shortcut->skip_to_level; in assoc_array_insert_mid_shortcut()
915 new_n0->slots[sc_slot] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
917 memcpy(new_s1->index_key, shortcut->index_key, in assoc_array_insert_mid_shortcut()
921 edit->set[1].to = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()