Searched refs:KN_KQUEUE (Results 1 – 3 of 3) sorted by relevance
224 #define KN_KQUEUE 0x40 /* this knote belongs to a kq */ macro
294 #define KN_KQUEUE 0x40 /* this knote belongs to a kq */ macro
386 kn->kn_status |= KN_KQUEUE; in kqueue_kqfilter()1915 if ((kn->kn_status & KN_KQUEUE) == KN_KQUEUE) in kqueue_scan()