Searched refs:anon_hash_shift (Results 1 – 2 of 2) sorted by relevance
130 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)))) & \
142 unsigned int anon_hash_shift; variable204 anon_hash_shift = highbit((physmem / ANON_HASHAVELEN) - 1); in anon_init()205 anon_hash_size = 1L << anon_hash_shift; in anon_init()