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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c103 kmutex_t p_hmutex; /* protects hash bucket */ member in struct:seg_phash
110 kmutex_t p_hmutex; /* protects hash bucket */ member in struct:seg_phash_wired
289 ASSERT(MUTEX_HELD(&hp->p_hmutex));
343 ASSERT(MUTEX_HELD(&hp->p_hmutex));
428 ASSERT(MUTEX_HELD(&hp->p_hmutex));
484 mutex_enter(&hp->p_hmutex);
508 mutex_exit(&hp->p_hmutex);
512 mutex_exit(&hp->p_hmutex);
564 mutex_enter(&hp->p_hmutex);
620 mutex_exit(&hp->p_hmutex);
[all...]

Completed in 101 milliseconds