Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/sys/
H A Dmachlock.h52 #define LOCK_HELD_VALUE 0xff macro
54 #define LOCK_INIT_HELD(lp) (*(lp) = LOCK_HELD_VALUE)
/titanic_41/usr/src/uts/intel/sys/
H A Dmachlock.h56 #define LOCK_HELD_VALUE 0xff macro
58 #define LOCK_INIT_HELD(lp) (*(lp) = LOCK_HELD_VALUE)
H A Dmutex_impl.h97 #define MUTEX_TYPE_SPIN(lp) ((lp)->m_spin.m_dummylock == LOCK_HELD_VALUE)
/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dmutex_impl.h94 #define MUTEX_TYPE_SPIN(lp) ((lp)->m_spin.m_dummylock == LOCK_HELD_VALUE)