Home
last modified time | relevance | path

Searched refs:new_s1 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/lib/
Dassoc_array.c797 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut() local
902 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
904 if (!new_s1) in assoc_array_insert_mid_shortcut()
906 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
908 new_s1->back_pointer = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_mid_shortcut()
909 new_s1->parent_slot = sc_slot; in assoc_array_insert_mid_shortcut()
910 new_s1->next_node = shortcut->next_node; in assoc_array_insert_mid_shortcut()
911 new_s1->skip_to_level = shortcut->skip_to_level; in assoc_array_insert_mid_shortcut()
913 new_n0->slots[sc_slot] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
915 memcpy(new_s1->index_key, shortcut->index_key, in assoc_array_insert_mid_shortcut()
[all …]