Home
last modified time | relevance | path

Searched defs:lkp (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_lock.c90 _lockmgr_assert(struct lock *lkp, u_int flags) in _lockmgr_assert()
107 lockmgr_shared(struct lock *lkp, u_int flags) in lockmgr_shared()
284 lockmgr_exclusive(struct lock *lkp, u_int flags) in lockmgr_exclusive()
498 lockmgr_downgrade(struct lock *lkp, u_int flags) in lockmgr_downgrade()
576 lockmgr_upgrade(struct lock *lkp, u_int flags) in lockmgr_upgrade()
742 lockmgr_release(struct lock *lkp, u_int flags) in lockmgr_release()
978 lockmgr_cancel_beg(struct lock *lkp, u_int flags) in lockmgr_cancel_beg()
1017 lockmgr_cancel_end(struct lock *lkp, u_int flags) in lockmgr_cancel_end()
1040 undo_shreq(struct lock *lkp) in undo_shreq()
1101 undo_exreq(struct lock *lkp) in undo_exreq()
[all …]
/dflybsd-src/sys/sys/
H A Dlock.h265 lockmgr(struct lock *lkp, u_int flags) in lockmgr()
297 lockinuse(struct lock *lkp) in lockinuse()
308 lockmgr_try(struct lock *lkp, u_int flags) in lockmgr_try()
318 lockmgr_anyexcl(struct lock *lkp) in lockmgr_anyexcl()
325 lockmgr_oneexcl(struct lock *lkp) in lockmgr_oneexcl()
332 lockmgr_exclpending(struct lock *lkp) in lockmgr_exclpending()
/dflybsd-src/sys/vfs/ufs/
H A Dffs_softdep.c232 #define ACQUIRE_LOCK(lkp) acquire_lock(lkp) argument
233 #define FREE_LOCK(lkp) free_lock(lkp) argument
236 acquire_lock(struct lock *lkp) in acquire_lock()
242 free_lock(struct lock *lkp) in free_lock()
249 lock_held(struct lock *lkp) in lock_held()
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h748 lockinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockinit()
754 lockmgr(struct lock *lkp, uint32_t flags) in lockmgr()