Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dassoc_array.c829 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut() local
934 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
936 if (!new_s1) in assoc_array_insert_mid_shortcut()
938 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
940 new_s1->back_pointer = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_mid_shortcut()
941 new_s1->parent_slot = sc_slot; in assoc_array_insert_mid_shortcut()
942 new_s1->next_node = shortcut->next_node; in assoc_array_insert_mid_shortcut()
943 new_s1->skip_to_level = shortcut->skip_to_level; in assoc_array_insert_mid_shortcut()
945 new_n0->slots[sc_slot] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
947 memcpy(new_s1->index_key, shortcut->index_key, in assoc_array_insert_mid_shortcut()
[all …]