Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c621 struct relocation_head *rel_head_iter; in process_accumulated_relocations() local
631 hlist_for_each_entry_safe(rel_head_iter, rel_head_iter_tmp, in process_accumulated_relocations()
634 location = rel_head_iter->location; in process_accumulated_relocations()
637 rel_head_iter->rel_entry, in process_accumulated_relocations()
646 kfree(rel_head_iter); in process_accumulated_relocations()
684 struct relocation_head *rel_head_iter; in add_relocation_to_accumulate() local
686 hlist_for_each_entry(rel_head_iter, current_head, node) { in add_relocation_to_accumulate()
687 if (rel_head_iter->location == location) { in add_relocation_to_accumulate()
689 rel_head = rel_head_iter; in add_relocation_to_accumulate()