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(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()746 if (!new_s0) in assoc_array_insert_into_terminal_node()748 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()750 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()751 new_s0->back_pointer = node->back_pointer; in assoc_array_insert_into_terminal_node()752 new_s0->parent_slot = node->parent_slot; in assoc_array_insert_into_terminal_node()753 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()754 new_n0->back_pointer = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()759 new_s0->skip_to_level = level = diff & ~ASSOC_ARRAY_LEVEL_STEP_MASK; in assoc_array_insert_into_terminal_node()[all …]
1800 uint8_t new_s0; member