Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
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(sizeof(*rel_head), GFP_KERNEL); in add_relocation_to_accumulate()
702 if (!rel_head) { in add_relocation_to_accumulate()
707 rel_head->rel_entry = in add_relocation_to_accumulate()
710 if (!rel_head->rel_entry) { in add_relocation_to_accumulate()
712 kfree(rel_head); in add_relocation_to_accumulate()
716 INIT_LIST_HEAD(rel_head->rel_entry); in add_relocation_to_accumulate()
717 rel_head->location = location; in add_relocation_to_accumulate()
718 INIT_HLIST_NODE(&rel_head->node); in add_relocation_to_accumulate()
[all …]