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

/illumos-gate/usr/src/uts/intel/sys/
H A Dmutex_impl.h121 extern void *mutex_owner_running(mutex_impl_t *);
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dmutex_impl.h115 extern void *mutex_owner_running(mutex_impl_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dmutex.c136 * (3) mutex_owner_running() preemption fixup in interrupt handlers
420 if (mutex_owner_running(lp) != NULL) {
436 if (mutex_owner_running(lp) != NULL) {
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dlock_prim.s670 ENTRY(mutex_owner_running) function
687 SET_SIZE(mutex_owner_running)
839 ENTRY(mutex_owner_running) function
858 SET_SIZE(mutex_owner_running)
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s805 ! If we interrupted the mutex_owner_running() critical region we
807 ! wakeups. See the comments in mutex_owner_running() for details.
815 stn %l1, [%l7 + PC_OFF] ! restart mutex_owner_running()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s381 mutex_owner_running(mutex_impl_t *lp)
456 ENTRY(mutex_owner_running) function
474 SET_SIZE(mutex_owner_running)
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s969 ! If we interrupted the mutex_owner_running() critical region we
979 stn %l1, [%l7 + PC_OFF] ! restart mutex_owner_running()

Completed in 55 milliseconds