Searched refs:new_array (Results 1 – 1 of 1) sorted by relevance
868 struct fad_crash_memory_ranges *new_array; in allocate_crash_memory_ranges() local875 new_array = krealloc(crash_memory_ranges, new_size, GFP_KERNEL); in allocate_crash_memory_ranges()876 if (new_array == NULL) { in allocate_crash_memory_ranges()882 crash_memory_ranges = new_array; in allocate_crash_memory_ranges()