Searched refs:new_s0 (Results 1 – 2 of 2) sorted by relevance
744 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()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()763 new_s0->index_key[i] = in assoc_array_insert_into_terminal_node()769 new_s0->index_key[keylen - 1] &= ~blank; in assoc_array_insert_into_terminal_node()851 new_s0 = kzalloc(struct_size(new_s0, index_key, keylen), in assoc_array_insert_mid_shortcut()853 if (!new_s0) in assoc_array_insert_mid_shortcut()858 new_s0->parent_slot = shortcut->parent_slot; in assoc_array_insert_mid_shortcut()860 new_s0->skip_to_level = diff; in assoc_array_insert_mid_shortcut()[all …]
1812 uint8_t new_s0; member
Completed in 27 milliseconds