Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h146 (anon_hash_shift - AN_VPSHIFT - VNODE_ALIGN_LOG2)))) & \
H A Dpage.h618 (page_hashsz_shift - AN_VPSHIFT - VNODE_ALIGN_LOG2)))) & \
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h261 #define VNODE_ALIGN_LOG2 8 macro
263 #define VNODE_ALIGN_LOG2 7 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h325 #define VNODE_ALIGN_LOG2 8 macro
327 #define VNODE_ALIGN_LOG2 7 macro
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c761 page_hashsz_shift = MAX((AN_VPSHIFT + VNODE_ALIGN_LOG2 + 1), in calc_pagehash_sz()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c2372 ASSERT((1 << VNODE_ALIGN_LOG2) == in vn_create_cache()