Searched refs:lock_profile_obtain_lock_failed (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | lock_profile.h | 55 lock_profile_obtain_lock_failed(struct lock_object *lo, int *contested, in lock_profile_obtain_lock_failed() function 67 #define lock_profile_obtain_lock_failed(lo, contested, waittime) (void)0 macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mutex.c | 568 lock_profile_obtain_lock_failed(&m->lock_object, in __mtx_lock_sleep() 759 lock_profile_obtain_lock_failed(&m->lock_object, &contested, &waittime); in _mtx_lock_spin_cookie() 915 lock_profile_obtain_lock_failed(&m->lock_object, in thread_lock_flags_()
|
| H A D | kern_lock.c | 634 lock_profile_obtain_lock_failed(&lk->lock_object, in lockmgr_slock_hard() 847 lock_profile_obtain_lock_failed(&lk->lock_object, in lockmgr_xlock_hard() 1437 lock_profile_obtain_lock_failed(&lk->lock_object, in __lockmgr_args()
|
| H A D | kern_rwlock.c | 484 lock_profile_obtain_lock_failed(&rw->lock_object, in __rw_rlock_hard() 978 lock_profile_obtain_lock_failed(&rw->lock_object, in __rw_wlock_hard()
|
| H A D | kern_sx.c | 651 lock_profile_obtain_lock_failed(&sx->lock_object, &contested, in _sx_xlock_hard() 1072 lock_profile_obtain_lock_failed(&sx->lock_object, &contested, in _sx_slock_hard()
|