Searched refs:elfcorebuf_new (Results 1 – 1 of 1) sorted by relevance
1545 char *elfcorebuf_new; in vmcore_realloc_elfcore_buffer_elf64() local1554 elfcorebuf_new = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, in vmcore_realloc_elfcore_buffer_elf64()1556 if (!elfcorebuf_new) in vmcore_realloc_elfcore_buffer_elf64()1558 memcpy(elfcorebuf_new, elfcorebuf, elfcorebuf_sz); in vmcore_realloc_elfcore_buffer_elf64()1560 elfcorebuf = elfcorebuf_new; in vmcore_realloc_elfcore_buffer_elf64()