Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dassoc_array.c796 struct assoc_array_shortcut *shortcut, *new_s0, *new_s1; in assoc_array_insert_mid_shortcut() local
901 new_s1 = kzalloc(struct_size(new_s1, index_key, keylen), in assoc_array_insert_mid_shortcut()
903 if (!new_s1) in assoc_array_insert_mid_shortcut()
905 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
907 new_s1->back_pointer = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_mid_shortcut()
908 new_s1->parent_slot = sc_slot; in assoc_array_insert_mid_shortcut()
909 new_s1->next_node = shortcut->next_node; in assoc_array_insert_mid_shortcut()
910 new_s1->skip_to_level = shortcut->skip_to_level; in assoc_array_insert_mid_shortcut()
912 new_n0->slots[sc_slot] = assoc_array_shortcut_to_ptr(new_s1); in assoc_array_insert_mid_shortcut()
914 memcpy(new_s1->index_key, shortcut->index_key, in assoc_array_insert_mid_shortcut()
[all …]