Searched refs:KNF_LISTLOCKED (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 171 #define KNF_LISTLOCKED 0x0001 /* knlist is locked */ macro 175 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED)
|
| /f-stack/freebsd/sys/ |
| H A D | event.h | 237 #define KNF_LISTLOCKED 0x0001 /* knlist is locked */ macro 241 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED)
|
| H A D | mount.h | 907 VN_KNOTE((vp), (hint), KNF_LISTLOCKED); \
|
| H A D | vnode.h | 233 #define VN_KNOTE_LOCKED(vp, b) VN_KNOTE(vp, b, KNF_LISTLOCKED)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 2248 KNL_ASSERT_LOCK(list, lockflags & KNF_LISTLOCKED); in knote() 2250 if ((lockflags & KNF_LISTLOCKED) == 0) in knote() 2288 if ((lockflags & KNF_LISTLOCKED) == 0) in knote()
|