Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c599 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()
745 struct hlist_head **relocation_hashtable) in initialize_relocation_hashtable() argument
765 *relocation_hashtable = kmalloc_array(hashtable_size, in initialize_relocation_hashtable()
766 sizeof(**relocation_hashtable), in initialize_relocation_hashtable()
768 if (!*relocation_hashtable) in initialize_relocation_hashtable()
771 __hash_init(*relocation_hashtable, hashtable_size); in initialize_relocation_hashtable()
789 struct hlist_head *relocation_hashtable; in apply_relocate_add() local
[all …]