Searched refs:should_double_size (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/riscv/kernel/
H A Dmodule.c759 int should_double_size = ((num_relocations + (num_relocations >> 2)) > (hashtable_size)); local
761 hashtable_bits += should_double_size;
763 hashtable_size <<= should_double_size; local

Completed in 272 milliseconds