Searched defs:hmehash_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1356 * There are 2 locks in the hmehash bucket. The hmehash_mutex is
1359 * a <vaddr, as> will grab the hmehash_mutex. Normally one would expect
1370 kmutex_t hmehash_mutex; member in struct:hmehash_bucket
1578 (mutex_enter(&hmebp->hmehash_mutex))
1581 (mutex_exit(&hmebp->hmehash_mutex))
1584 (mutex_tryenter(&hmebp->hmehash_mutex))
1587 (mutex_owned(&hmebp->hmehash_mutex))

Completed in 55 milliseconds