Searched refs:num_relocations (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dmodule.c744 initialize_relocation_hashtable(unsigned int num_relocations, argument
748 unsigned long hashtable_size = roundup_pow_of_two(num_relocations);
756 * Double size of hashtable if num_relocations * 1.25 is greater than
759 int should_double_size = ((num_relocations + (num_relocations >> 2)) > (hashtable_size));
788 unsigned int num_relocations = sechdrs[relsec].sh_size / sizeof(*rel); local
793 hashtable_bits = initialize_relocation_hashtable(num_relocations,
804 for (i = 0; i < num_relocations; i++) {

Completed in 66 milliseconds