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

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

Completed in 57 milliseconds