Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h241 #define RSMSI_LOCK(sharep) mutex_enter(&(sharep)->rsmsi_lock) argument
242 #define RSMSI_UNLOCK(sharep) mutex_exit(&(sharep)->rsmsi_lock) argument
243 #define RSMSI_HELD(sharep) MUTEX_HELD(&(sharep)->rsmsi_lock) argument
244 #define RSMSI_TRY(sharep) mutex_tryenter(&(sharep)->rsmsi_lock) argument