Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmutex.c348 hrtime_t spin_time = 0; /* how long we spun */ in mutex_vector_enter() local
383 spin_time = LOCKSTAT_START_TIME(LS_MUTEX_ENTER_SPIN); in mutex_vector_enter()
469 if (spin_time != 0) { in mutex_vector_enter()
471 spin_time + sleep_time); in mutex_vector_enter()
652 hrtime_t spin_time = 0; /* how long we spun */ in lock_set_spin() local
660 spin_time = LOCKSTAT_START_TIME(LS_LOCK_SET_SPIN); in lock_set_spin()
676 LOCKSTAT_RECORD_TIME(LS_LOCK_SET_SPIN, lp, spin_time); in lock_set_spin()
686 hrtime_t spin_time = 0; /* how long we spun */ in lock_set_spl_spin() local
697 spin_time = LOCKSTAT_START_TIME(LS_LOCK_SET_SPL_SPIN); in lock_set_spl_spin()
721 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()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp_lock.c133 hrtime_t spin_time = in thread_lock() local
150 lp, spin_time); in thread_lock()
174 hrtime_t spin_time = in thread_lock_high() local
182 lp, spin_time); in thread_lock_high()