Searched refs:mem_arr_orig (Results 1 – 1 of 1) sorted by relevance
2470 struct mem_array *mem_arr, *mem_arr_orig; in beiscsi_alloc_mem() local2493 mem_arr_orig = kmalloc_objs(*mem_arr_orig, BEISCSI_MAX_FRAGS_INIT); in beiscsi_alloc_mem()2494 if (!mem_arr_orig) { in beiscsi_alloc_mem()2510 mem_arr = mem_arr_orig; in beiscsi_alloc_mem()2545 memcpy(mem_descr->mem_array, mem_arr_orig, in beiscsi_alloc_mem()2549 kfree(mem_arr_orig); in beiscsi_alloc_mem()2569 kfree(mem_arr_orig); in beiscsi_alloc_mem()