Lines Matching refs:kzalloc
474 new_n0 = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_insert_in_empty_tree()
556 new_n0 = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_insert_into_terminal_node()
560 new_n1 = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_insert_into_terminal_node()
778 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_into_terminal_node()
868 new_n0 = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_insert_mid_shortcut()
884 new_s0 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
934 new_s1 = kzalloc(sizeof(struct assoc_array_shortcut) + in assoc_array_insert_mid_shortcut()
1013 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); in assoc_array_insert()
1125 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); in assoc_array_delete()
1241 new_n0 = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_delete()
1316 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); in assoc_array_clear()
1503 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); in assoc_array_gc()
1540 new_n = kzalloc(sizeof(struct assoc_array_node), GFP_KERNEL); in assoc_array_gc()