Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-profile.c122 profile->slot_hashtable = in blk_crypto_profile_init()
123 kvmalloc_objs(profile->slot_hashtable[0], slot_hashtable_size); in blk_crypto_profile_init()
124 if (!profile->slot_hashtable) in blk_crypto_profile_init()
127 INIT_HLIST_HEAD(&profile->slot_hashtable[i]); in blk_crypto_profile_init()
172 return &profile->slot_hashtable[ in blk_crypto_hash_bucket_for_key()
446 kvfree(profile->slot_hashtable); in blk_crypto_profile_destroy()
/linux/include/linux/
H A Dblk-crypto-profile.h188 struct hlist_head *slot_hashtable; member