Searched defs:hment_hash_entries (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c86 static uint_t hment_hash_entries = HMENT_HASH_SIZE; variable
96 ((((pfn) << 9) + entry + pfn) & (hment_hash_entries - 1))
642 hment_table = kmem_zalloc(hment_hash_entries * sizeof (*hment_table),
649 for (i = 0; i < hment_hash_entries; ++i)

Completed in 44 milliseconds