Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c114 ksm->slot_hashtable = kvmalloc_array(slot_hashtable_size, in blk_ksm_init()
115 sizeof(ksm->slot_hashtable[0]), in blk_ksm_init()
117 if (!ksm->slot_hashtable) in blk_ksm_init()
120 INIT_HLIST_HEAD(&ksm->slot_hashtable[i]); in blk_ksm_init()
134 return &ksm->slot_hashtable[hash_ptr(key, ksm->log_slot_ht_size)]; in blk_ksm_hash_bucket_for_key()
382 kvfree(ksm->slot_hashtable); in blk_ksm_destroy()
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-profile.c123 profile->slot_hashtable = in blk_crypto_profile_init()
125 sizeof(profile->slot_hashtable[0]), GFP_KERNEL); in blk_crypto_profile_init()
126 if (!profile->slot_hashtable) in blk_crypto_profile_init()
129 INIT_HLIST_HEAD(&profile->slot_hashtable[i]); in blk_crypto_profile_init()
174 return &profile->slot_hashtable[ in blk_crypto_hash_bucket_for_key()
446 kvfree(profile->slot_hashtable); in blk_crypto_profile_destroy()
/kernel/linux/linux-5.10/include/linux/
H A Dkeyslot-manager.h79 struct hlist_head *slot_hashtable; member
/kernel/linux/linux-6.6/include/linux/
H A Dblk-crypto-profile.h110 * to @slot_hashtable. This can also be taken in read mode to look up
126 struct hlist_head *slot_hashtable; member

Completed in 3 milliseconds