Searched refs:lockmgr_xunlock_hard (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_lock.c | 1112 lockmgr_xunlock_hard(struct lock *lk, uintptr_t x, u_int flags, struct lock_object *ilk, in lockmgr_xunlock_hard() function 1290 return (lockmgr_xunlock_hard(lk, x, LK_RELEASE, NULL, file, line)); in lockmgr_unlock() 1409 return (lockmgr_xunlock_hard(lk, x, flags, ilk, file, line)); in __lockmgr_args()
|