Searched refs:lockflags (Results 1 – 4 of 4) sorted by relevance
260 extern void knote(struct knlist *list, long hint, int lockflags);
328 void knote(struct knlist *list, long hint, int lockflags);
2239 knote(struct knlist *list, long hint, int lockflags) in knote() argument2248 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()
3924 int lockflags; in getblkx() local3930 lockflags = LK_EXCLUSIVE | LK_INTERLOCK | in getblkx()3933 error = BUF_TIMELOCK(bp, lockflags, in getblkx()