Home
last modified time | relevance | path

Searched refs:new_array (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/kernel/
Dfadump.c754 struct fad_crash_memory_ranges *new_array; in allocate_crash_memory_ranges() local
761 new_array = krealloc(crash_memory_ranges, new_size, GFP_KERNEL); in allocate_crash_memory_ranges()
762 if (new_array == NULL) { in allocate_crash_memory_ranges()
768 crash_memory_ranges = new_array; in allocate_crash_memory_ranges()