Searched refs:mem_arr_orig (Results 1 – 1 of 1) sorted by relevance
2699 struct mem_array *mem_arr, *mem_arr_orig; in beiscsi_alloc_mem() local2722 mem_arr_orig = kmalloc(sizeof(*mem_arr_orig) * BEISCSI_MAX_FRAGS_INIT, in beiscsi_alloc_mem()2724 if (!mem_arr_orig) { in beiscsi_alloc_mem()2740 mem_arr = mem_arr_orig; in beiscsi_alloc_mem()2777 memcpy(mem_descr->mem_array, mem_arr_orig, in beiscsi_alloc_mem()2781 kfree(mem_arr_orig); in beiscsi_alloc_mem()2801 kfree(mem_arr_orig); in beiscsi_alloc_mem()