Searched refs:mem_arr_orig (Results 1 – 1 of 1) sorted by relevance
2678 struct mem_array *mem_arr, *mem_arr_orig; in beiscsi_alloc_mem() local2701 mem_arr_orig = kmalloc(sizeof(*mem_arr_orig) * BEISCSI_MAX_FRAGS_INIT, in beiscsi_alloc_mem()2703 if (!mem_arr_orig) { in beiscsi_alloc_mem()2719 mem_arr = mem_arr_orig; in beiscsi_alloc_mem()2756 memcpy(mem_descr->mem_array, mem_arr_orig, in beiscsi_alloc_mem()2760 kfree(mem_arr_orig); in beiscsi_alloc_mem()2780 kfree(mem_arr_orig); in beiscsi_alloc_mem()