Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmodule-sections.c122 Elf_Rela *new_scratch; in module_frob_arch_sections() local
172 new_scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
173 if (!new_scratch) { in module_frob_arch_sections()
177 scratch = new_scratch; in module_frob_arch_sections()