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

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

Completed in 130 milliseconds