Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c82 static uint_t hment_hash_entries = HMENT_HASH_SIZE; variable
92 ((((pfn) << 9) + entry + pfn) & (hment_hash_entries - 1))
638 hment_table = kmem_zalloc(hment_hash_entries * sizeof (*hment_table), in hment_init()
645 for (i = 0; i < hment_hash_entries; ++i) in hment_init()