Searched refs:hment_hash_entries (Results 1 – 1 of 1) sorted by relevance
86 static uint_t hment_hash_entries = HMENT_HASH_SIZE; variable96 ((((pfn) << 9) + entry + pfn) & (hment_hash_entries - 1))642 hment_table = kmem_zalloc(hment_hash_entries * sizeof (*hment_table), in hment_init()649 for (i = 0; i < hment_hash_entries; ++i) in hment_init()