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

/freebsd-current/sys/kern/
H A Dkern_lock.c1118 lockmgr_xunlock_hard(struct lock *lk, uintptr_t x, u_int flags, struct lock_object *ilk, function
1296 return (lockmgr_xunlock_hard(lk, x, LK_RELEASE, NULL, file, line));
1415 return (lockmgr_xunlock_hard(lk, x, flags, ilk, file, line));

Completed in 109 milliseconds