Searched refs:new_s0 (Results 1 – 2 of 2) sorted by relevance
479 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node() local744 new_s0 = kzalloc(struct_size(new_s0, index_key, keylen), GFP_KERNEL); in assoc_array_insert_into_terminal_node()745 if (!new_s0) in assoc_array_insert_into_terminal_node()747 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()749 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()750 new_s0->back_pointer = node->back_pointer; in assoc_array_insert_into_terminal_node()751 new_s0->parent_slot = node->parent_slot; in assoc_array_insert_into_terminal_node()752 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()753 new_n0->back_pointer = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()758 new_s0->skip_to_level = level = diff & ~ASSOC_ARRAY_LEVEL_STEP_MASK; in assoc_array_insert_into_terminal_node()[all …]
1818 uint8_t new_s0; member