Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Devent.h260 extern void knote(struct knlist *list, long hint, int lockflags);
/f-stack/freebsd/sys/
H A Devent.h328 void knote(struct knlist *list, long hint, int lockflags);
/f-stack/freebsd/kern/
H A Dkern_event.c2239 knote(struct knlist *list, long hint, int lockflags) in knote() argument
2248 KNL_ASSERT_LOCK(list, lockflags & KNF_LISTLOCKED); in knote()
2250 if ((lockflags & KNF_LISTLOCKED) == 0) in knote()
2273 } else if ((lockflags & KNF_NOKQLOCK) != 0) { in knote()
2288 if ((lockflags & KNF_LISTLOCKED) == 0) in knote()
H A Dvfs_bio.c3924 int lockflags; in getblkx() local
3930 lockflags = LK_EXCLUSIVE | LK_INTERLOCK | in getblkx()
3933 error = BUF_TIMELOCK(bp, lockflags, in getblkx()