Home
last modified time | relevance | path

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

/linux/block/
A Dblk-crypto-profile.c78 unsigned int slot_hashtable_size; in blk_crypto_profile_init() local
106 slot_hashtable_size = roundup_pow_of_two(num_slots); in blk_crypto_profile_init()
111 if (slot_hashtable_size < 2) in blk_crypto_profile_init()
112 slot_hashtable_size = 2; in blk_crypto_profile_init()
114 profile->log_slot_ht_size = ilog2(slot_hashtable_size); in blk_crypto_profile_init()
116 kvmalloc_array(slot_hashtable_size, in blk_crypto_profile_init()
120 for (i = 0; i < slot_hashtable_size; i++) in blk_crypto_profile_init()

Completed in 3 milliseconds