Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmodule.c749 int should_double_size = ((num_relocations + (num_relocations >> 2)) > (hashtable_size)); in initialize_relocation_hashtable() local
751 hashtable_bits += should_double_size; in initialize_relocation_hashtable()
753 hashtable_size <<= should_double_size; in initialize_relocation_hashtable()