Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h130 extern unsigned int anon_hash_shift;
141 ((uintptr_t)(off) >> (PAGESHIFT + anon_hash_shift))) ^ \
143 ((uintptr_t)(vp) >> (3 + anon_hash_shift)) ^ \
144 ((uintptr_t)(vp) >> (3 + 2 * anon_hash_shift)) ^ \
146 (anon_hash_shift - AN_VPSHIFT - VNODE_ALIGN_LOG2)))) & \
H A Dvm_anon.c141 unsigned int anon_hash_shift; variable
203 anon_hash_shift = highbit((physmem / ANON_HASHAVELEN) - 1); in anon_init()
204 anon_hash_size = 1L << anon_hash_shift; in anon_init()