Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c623 struct relocation_entry *rel_entry_iter; in process_accumulated_relocations() local
635 list_for_each_entry_safe(rel_entry_iter, in process_accumulated_relocations()
639 curr_type = rel_entry_iter->type; in process_accumulated_relocations()
641 me, &buffer, rel_entry_iter->value); in process_accumulated_relocations()
642 kfree(rel_entry_iter); in process_accumulated_relocations()