Searched refs:lock_profile_obtain_lock_failed (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | 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
|
| /NextBSD/sys/kern/ |
| HD | kern_mutex.c | 413 lock_profile_obtain_lock_failed(&m->lock_object, in __mtx_lock_sleep() 602 lock_profile_obtain_lock_failed(&m->lock_object, &contested, &waittime); in _mtx_lock_spin_cookie() 687 lock_profile_obtain_lock_failed(&m->lock_object, in thread_lock_flags_()
|
| HD | kern_lock.c | 539 lock_profile_obtain_lock_failed(&lk->lock_object, in __lockmgr_args() 795 lock_profile_obtain_lock_failed(&lk->lock_object, in __lockmgr_args() 1131 lock_profile_obtain_lock_failed(&lk->lock_object, in __lockmgr_args()
|
| HD | kern_rwlock.c | 402 lock_profile_obtain_lock_failed(&rw->lock_object, in __rw_rlock_hard() 763 lock_profile_obtain_lock_failed(&rw->lock_object, in __rw_wlock_hard()
|
| HD | kern_sx.c | 554 lock_profile_obtain_lock_failed(&sx->lock_object, &contested, in _sx_xlock_hard() 866 lock_profile_obtain_lock_failed(&sx->lock_object, &contested, in _sx_slock_hard()
|