Searched refs:slot_hashtable (Results 1 – 2 of 2) sorted by relevance
120 ksm->slot_hashtable = kvmalloc_array(slot_hashtable_size, in blk_ksm_init()121 sizeof(ksm->slot_hashtable[0]), in blk_ksm_init()123 if (!ksm->slot_hashtable) in blk_ksm_init()126 INIT_HLIST_HEAD(&ksm->slot_hashtable[i]); in blk_ksm_init()168 return &ksm->slot_hashtable[hash_ptr(key, ksm->log_slot_ht_size)]; in blk_ksm_hash_bucket_for_key()441 kvfree(ksm->slot_hashtable); in blk_ksm_destroy()
101 struct hlist_head *slot_hashtable; member