Searched refs:lockmgr_xlock_hard (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_lock.c | 690 lockmgr_xlock_hard(struct lock *lk, u_int flags, struct lock_object *ilk, in lockmgr_xlock_hard() function 932 error = lockmgr_xlock_hard(lk, flags, ilk, file, line, lwa); in lockmgr_upgrade() 981 return (lockmgr_xlock_hard(lk, flags, ilk, file, line, in lockmgr_lock_fast_path() 1235 return (lockmgr_xlock_hard(lk, flags, ilk, file, line, &lwa)); in __lockmgr_args()
|