Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmodule.c661 struct relocation_head *rel_head; in add_relocation_to_accumulate() local
689 rel_head = rel_head_iter; in add_relocation_to_accumulate()
700 rel_head = kmalloc_obj(*rel_head); in add_relocation_to_accumulate()
702 if (!rel_head) { in add_relocation_to_accumulate()
707 INIT_LIST_HEAD(&rel_head->rel_entry); in add_relocation_to_accumulate()
708 rel_head->location = location; in add_relocation_to_accumulate()
709 INIT_HLIST_NODE(&rel_head->node); in add_relocation_to_accumulate()
716 kfree(rel_head); in add_relocation_to_accumulate()
724 hlist_add_head(&rel_head->node, current_head); in add_relocation_to_accumulate()
728 list_add_tail(&entry->head, &rel_head->rel_entry); in add_relocation_to_accumulate()