Searched refs:vph_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dpage_lock.c116 * The vph_mutex[] array holds the mutexes to protect the vnode chains,
125 * The VP_HASH_FUNC returns the index into the vph_mutex array given
143 * Two slots after VPH_TABLE_SIZE are reserved in vph_mutex for kernel vnodes.
148 kmutex_t vph_mutex[VPH_TABLE_SIZE + 2]; variable
877 * the size of vph_mutex[] is based on NCPU).
892 return (&vph_mutex[VPH_TABLE_SIZE + 0]);
895 return (&vph_mutex[VPH_TABLE_SIZE + 1]);
898 return (&vph_mutex[0]);
901 return (&vph_mutex[VP_HASH_FUNC(vp)]);

Completed in 273 milliseconds