Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-crypto-profile.c116 profile->slot_hashtable = in blk_crypto_profile_init()
118 sizeof(profile->slot_hashtable[0]), GFP_KERNEL); in blk_crypto_profile_init()
119 if (!profile->slot_hashtable) in blk_crypto_profile_init()
122 INIT_HLIST_HEAD(&profile->slot_hashtable[i]); in blk_crypto_profile_init()
167 return &profile->slot_hashtable[ in blk_crypto_hash_bucket_for_key()
448 kvfree(profile->slot_hashtable); in blk_crypto_profile_destroy()
/linux-6.3-rc2/include/linux/
A Dblk-crypto-profile.h125 struct hlist_head *slot_hashtable; member

Completed in 4 milliseconds