Lines Matching defs:contested
200 lockmgr_note_shared_acquire(struct lock *lk, int contested,
204 LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(lockmgr__acquire, lk, contested,
224 lockmgr_note_exclusive_acquire(struct lock *lk, int contested,
228 LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(lockmgr__acquire, lk, contested,
590 int contested = 0;
623 &contested, &waittime);
717 lockmgr_note_shared_acquire(lk, contested, waittime,
776 int contested = 0;
839 &contested, &waittime);
880 * This happens when the lock is contested and an
955 lockmgr_note_exclusive_acquire(lk, contested, waittime,
1300 int contested = 0;
1428 &contested, &waittime);
1573 false, contested, waittime, file, line);