Lines Matching refs:rel_head
661 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()
725 kfree(rel_head->rel_entry); in add_relocation_to_accumulate()
726 kfree(rel_head); in add_relocation_to_accumulate()
734 hlist_add_head(&rel_head->node, current_head); in add_relocation_to_accumulate()
738 list_add_tail(&entry->head, rel_head->rel_entry); in add_relocation_to_accumulate()