Searched refs:new_s0 (Results 1 – 2 of 2) sorted by relevance
496 struct assoc_array_shortcut *shortcut, *new_s0; in assoc_array_insert_into_terminal_node() local778 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()780 if (!new_s0) in assoc_array_insert_into_terminal_node()782 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()784 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()785 new_s0->back_pointer = node->back_pointer; in assoc_array_insert_into_terminal_node()786 new_s0->parent_slot = node->parent_slot; in assoc_array_insert_into_terminal_node()787 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()788 new_n0->back_pointer = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()793 new_s0->skip_to_level = level = diff & ~ASSOC_ARRAY_LEVEL_STEP_MASK; in assoc_array_insert_into_terminal_node()[all …]
982 uint8_t new_s0; member