Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dpage_lock.c131 #define VPH_TABLE_SIZE (8 * NCPU_P2) macro
133 #define VPH_TABLE_SIZE (2 * NCPU_P2) macro
141 & (VPH_TABLE_SIZE - 1))
148 kmutex_t vph_mutex[VPH_TABLE_SIZE + 2];
883 return (&vph_mutex[VPH_TABLE_SIZE + 0]); in page_vnode_mutex()
886 return (&vph_mutex[VPH_TABLE_SIZE + 1]); in page_vnode_mutex()