Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sparc/sys/
H A Dmachlock.h54 #define LOCK_INIT_HELD(lp) (*(lp) = LOCK_HELD_VALUE) macro
/titanic_44/usr/src/uts/intel/sys/
H A Dmachlock.h58 #define LOCK_INIT_HELD(lp) (*(lp) = LOCK_HELD_VALUE) macro
/titanic_44/usr/src/uts/common/tnf/
H A Dtrace_init.c115 LOCK_INIT_HELD(&ops->busy); /* XXX save a call */ in tnf_trace_init()
H A Dtnf_res.c197 LOCK_INIT_HELD(&ops->busy); in tnf_thread_exit()
/titanic_44/usr/src/uts/sparc/v7/sys/
H A Dmutex_impl.h103 (lp)->m_type = 0xdd, LOCK_INIT_HELD(&lp->m_spin.m_dummylock)
/titanic_44/usr/src/uts/common/os/
H A Dmutex.c576 LOCK_INIT_HELD(&lp->m_spin.m_dummylock); in mutex_init()
H A Ddumpsubr.c1133 LOCK_INIT_HELD(&dumpcfg.helper_lock); in dumphdr_init()