Home
last modified time | relevance | path

Searched refs:lockmgr_slock (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/sys/
HDlockmgr.h74 int lockmgr_slock(struct lock *lk, u_int flags, const char *file, int line);
/freebsd-14-stable/sys/kern/
HDvfs_default.c517 return (lockmgr_slock(&vp->v_lock, flags, ap->a_file, ap->a_line)); in vop_lock()
HDkern_lock.c1233 lockmgr_slock(struct lock *lk, u_int flags, const char *file, int line) in lockmgr_slock() function