Searched refs:new_s0 (Results 1 – 2 of 2) sorted by relevance
483 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node() local748 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()750 if (!new_s0) in assoc_array_insert_into_terminal_node()752 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()754 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()755 new_s0->back_pointer = node->back_pointer; in assoc_array_insert_into_terminal_node()756 new_s0->parent_slot = node->parent_slot; in assoc_array_insert_into_terminal_node()757 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()758 new_n0->back_pointer = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()763 new_s0->skip_to_level = level = diff & ~ASSOC_ARRAY_LEVEL_STEP_MASK; in assoc_array_insert_into_terminal_node()[all …]
1113 uint8_t new_s0; member