Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Devent.h172 #define KNF_NOKQLOCK 0x0002 /* do not keep KQ_LOCK */ macro
/f-stack/freebsd/sys/
H A Devent.h238 #define KNF_NOKQLOCK 0x0002 /* do not keep KQ_LOCK */ macro
H A Dvnode.h231 (a) | KNF_NOKQLOCK); \
/f-stack/freebsd/kern/
H A Dkern_event.c2273 } else if ((lockflags & KNF_NOKQLOCK) != 0) { in knote()