Searched refs:KNF_NOKQLOCK (Results 1 – 3 of 3) sorted by relevance
240 #define KNF_NOKQLOCK 0x0002 /* do not keep KQ_LOCK */ macro
223 (a) | KNF_NOKQLOCK); \
2279 } else if ((lockflags & KNF_NOKQLOCK) != 0) { in knote()