KNF_LISTLOCKED
KNL_ASSERT_LOCK(list, lockflags & KNF_LISTLOCKED);
if ((lockflags & KNF_LISTLOCKED) == 0)
if ((lockflags & KNF_LISTLOCKED) == 0)
#define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED)
hint, KNF_LISTLOCKED | KNF_NOKQLOCK);
#define VN_KNOTE_LOCKED(vp, b) VN_KNOTE(vp, b, KNF_LISTLOCKED)