Searched refs:KQ_CLOSING (Results 1 – 2 of 2) sorted by relevance
55 #define KQ_CLOSING 0x10 macro
1777 if ((kq->kq_state & KQ_CLOSING) == KQ_CLOSING) { in kqueue_acquire()1848 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()1876 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()2223 KASSERT((kq->kq_state & KQ_CLOSING) != KQ_CLOSING, in kqueue_drain()2225 kq->kq_state |= KQ_CLOSING; in kqueue_drain()2702 if ((kq->kq_state & KQ_CLOSING) != 0) in knote_attach()