Searched refs:slot_hashtable (Results 1 – 2 of 2) sorted by relevance
114 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()383 kvfree(ksm->slot_hashtable); in blk_ksm_destroy()
79 struct hlist_head *slot_hashtable; member