Lines Matching refs:relocation_hashtable
599 struct hlist_head **relocation_hashtable, in process_accumulated_relocations() argument
651 kfree(*relocation_hashtable); in process_accumulated_relocations()
657 struct hlist_head *relocation_hashtable, in add_relocation_to_accumulate() argument
677 current_head = &relocation_hashtable[hash]; in add_relocation_to_accumulate()
735 struct hlist_head **relocation_hashtable) in initialize_relocation_hashtable() argument
755 *relocation_hashtable = kmalloc_array(hashtable_size, in initialize_relocation_hashtable()
756 sizeof(**relocation_hashtable), in initialize_relocation_hashtable()
758 if (!*relocation_hashtable) in initialize_relocation_hashtable()
761 __hash_init(*relocation_hashtable, hashtable_size); in initialize_relocation_hashtable()
779 struct hlist_head *relocation_hashtable; in apply_relocate_add() local
784 &relocation_hashtable); in apply_relocate_add()
786 if (!relocation_hashtable) in apply_relocate_add()
881 relocation_hashtable, in apply_relocate_add()
889 process_accumulated_relocations(me, &relocation_hashtable, in apply_relocate_add()