Home
last modified time | relevance | path

Searched refs:log_slot_ht_size (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dkeyslot-manager.h80 unsigned int log_slot_ht_size; member
/kernel/linux/linux-6.6/include/linux/
H A Dblk-crypto-profile.h127 unsigned int log_slot_ht_size; member
/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c113 ksm->log_slot_ht_size = ilog2(slot_hashtable_size); in blk_ksm_init()
134 return &ksm->slot_hashtable[hash_ptr(key, ksm->log_slot_ht_size)]; in blk_ksm_hash_bucket_for_key()
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-profile.c122 profile->log_slot_ht_size = ilog2(slot_hashtable_size); in blk_crypto_profile_init()
175 hash_ptr(key, profile->log_slot_ht_size)]; in blk_crypto_hash_bucket_for_key()

Completed in 3 milliseconds