Lines Matching refs:contested
418 int contested = 0; in _mtx_trylock_flags_int() local
466 m, contested, waittime, file, line); in _mtx_trylock_flags_int()
502 int contested = 0; in __mtx_lock_sleep() local
569 &contested, &waittime); in __mtx_lock_sleep()
687 LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(adaptive__acquire, m, contested, in __mtx_lock_sleep()
711 int contested = 0; in _mtx_lock_spin_cookie() local
759 lock_profile_obtain_lock_failed(&m->lock_object, &contested, &waittime); in _mtx_lock_spin_cookie()
796 contested, waittime, file, line); in _mtx_lock_spin_cookie()
866 int contested = 0; in thread_lock_flags_() local
916 &contested, &waittime); in thread_lock_flags_()
948 LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(spin__acquire, m, contested, in thread_lock_flags_()