Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/kernel/
H A Dmodule.c599 struct hlist_head **relocation_hashtable, in process_accumulated_relocations() argument
651 kvfree(*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
757 sizeof(**relocation_hashtable), in initialize_relocation_hashtable()
759 if (!*relocation_hashtable) in initialize_relocation_hashtable()
780 struct hlist_head *relocation_hashtable; in apply_relocate_add() local
785 &relocation_hashtable); in apply_relocate_add()
787 if (!relocation_hashtable) in apply_relocate_add()
[all …]