Searched refs:lockmgr_slock_try (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_lock.c | 182 static bool __always_inline lockmgr_slock_try(struct lock *lk, uintptr_t *xp, 513 lockmgr_slock_try(struct lock *lk, uintptr_t *xp, int flags, bool fp) in lockmgr_slock_try() function 623 if (lockmgr_slock_try(lk, &x, flags, false)) in lockmgr_slock_hard() 1051 if (lockmgr_slock_try(lk, &x, flags, true)) { in lockmgr_lock_flags() 1236 if (__predict_true(lockmgr_slock_try(lk, &x, flags, true))) { in lockmgr_slock()
|