Searched refs:lock_profile_obtain_lock_failed (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/sys/
H A Dlock_profile.h55 lock_profile_obtain_lock_failed(struct lock_object *lo, int *contested, function
67 #define lock_profile_obtain_lock_failed(lo, contested, waittime) (void)0 macro
/freebsd-10.2-release/sys/kern/
H A Dkern_mutex.c416 lock_profile_obtain_lock_failed(&m->lock_object,
605 lock_profile_obtain_lock_failed(&m->lock_object, &contested, &waittime);
690 lock_profile_obtain_lock_failed(&m->lock_object,
H A Dkern_lock.c544 lock_profile_obtain_lock_failed(&lk->lock_object,
800 lock_profile_obtain_lock_failed(&lk->lock_object,
1136 lock_profile_obtain_lock_failed(&lk->lock_object,
H A Dkern_rwlock.c420 lock_profile_obtain_lock_failed(&rw->lock_object,
778 lock_profile_obtain_lock_failed(&rw->lock_object,
H A Dkern_sx.c557 lock_profile_obtain_lock_failed(&sx->lock_object, &contested,
869 lock_profile_obtain_lock_failed(&sx->lock_object, &contested,

Completed in 117 milliseconds