Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmutex.c347 hrtime_t spin_time = 0; /* how long we spun */ in mutex_vector_enter() local
382 spin_time = LOCKSTAT_START_TIME(LS_MUTEX_ENTER_SPIN); in mutex_vector_enter()
468 if (spin_time != 0) { in mutex_vector_enter()
470 spin_time + sleep_time); in mutex_vector_enter()
651 hrtime_t spin_time = 0; /* how long we spun */ in lock_set_spin() local
659 spin_time = LOCKSTAT_START_TIME(LS_LOCK_SET_SPIN); in lock_set_spin()
675 LOCKSTAT_RECORD_TIME(LS_LOCK_SET_SPIN, lp, spin_time); in lock_set_spin()
685 hrtime_t spin_time = 0; /* how long we spun */ in lock_set_spl_spin() local
696 spin_time = LOCKSTAT_START_TIME(LS_LOCK_SET_SPL_SPIN); in lock_set_spl_spin()
720 LOCKSTAT_RECORD_TIME(LS_LOCK_SET_SPL_SPIN, lp, spin_time); in lock_set_spl_spin()
H A Dturnstile.c352 hrtime_t spin_time = 0; in turnstile_interlock() local
370 spin_time = in turnstile_interlock()
378 olp, spin_time); in turnstile_interlock()
/titanic_41/usr/src/uts/common/disp/
H A Ddisp_lock.c135 hrtime_t spin_time = in thread_lock() local
152 lp, spin_time); in thread_lock()
176 hrtime_t spin_time = in thread_lock_high() local
184 lp, spin_time); in thread_lock_high()