Searched refs:slot_hashtable_size (Results 1 – 1 of 1) sorted by relevance
79 unsigned int slot_hashtable_size; in blk_crypto_profile_init() local113 slot_hashtable_size = roundup_pow_of_two(num_slots); in blk_crypto_profile_init()118 if (slot_hashtable_size < 2) in blk_crypto_profile_init()119 slot_hashtable_size = 2; in blk_crypto_profile_init()121 profile->log_slot_ht_size = ilog2(slot_hashtable_size); in blk_crypto_profile_init()123 kvmalloc_objs(profile->slot_hashtable[0], slot_hashtable_size); in blk_crypto_profile_init()126 for (i = 0; i < slot_hashtable_size; i++) in blk_crypto_profile_init()