Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-crypto-profile.c79 unsigned int slot_hashtable_size; in blk_crypto_profile_init() local
107 slot_hashtable_size = roundup_pow_of_two(num_slots); in blk_crypto_profile_init()
112 if (slot_hashtable_size < 2) in blk_crypto_profile_init()
113 slot_hashtable_size = 2; in blk_crypto_profile_init()
115 profile->log_slot_ht_size = ilog2(slot_hashtable_size); in blk_crypto_profile_init()
117 kvmalloc_array(slot_hashtable_size, in blk_crypto_profile_init()
121 for (i = 0; i < slot_hashtable_size; i++) in blk_crypto_profile_init()

Completed in 3 milliseconds