Home
last modified time | relevance | path

Searched refs:lockflags (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/fs/fdescfs/
H A Dfdesc_vnops.c633 int lockflags, fd_fd; in fdesc_readlink() local
641 lockflags = VOP_ISLOCKED(vn); in fdesc_readlink()
668 vn_lock(vn, lockflags | LK_RETRY); in fdesc_readlink()
/freebsd-13.1/sys/sys/
H A Devent.h328 void knote(struct knlist *list, long hint, int lockflags);
/freebsd-13.1/sys/kern/
H A Dkern_event.c2356 knote(struct knlist *list, long hint, int lockflags) in knote() argument
2365 KNL_ASSERT_LOCK(list, lockflags & KNF_LISTLOCKED); in knote()
2367 if ((lockflags & KNF_LISTLOCKED) == 0) in knote()
2390 } else if ((lockflags & KNF_NOKQLOCK) != 0) { in knote()
2405 if ((lockflags & KNF_LISTLOCKED) == 0) in knote()
H A Dvfs_bio.c3983 int lockflags; in getblkx() local
3989 lockflags = LK_EXCLUSIVE | LK_INTERLOCK | in getblkx()
3992 lockflags |= (flags & GB_NOWITNESS) != 0 ? LK_NOWITNESS : 0; in getblkx()
3995 error = BUF_TIMELOCK(bp, lockflags, in getblkx()
/freebsd-13.1/sys/powerpc/ps3/
H A Dps3-hvcall.h92 …t64_t vas_id, uint64_t pteg, uint64_t pte_hi, uint64_t pte_lo, uint64_t lockflags, uint64_t flags,…