Searched refs:KQ_CLOSING (Results 1 – 2 of 2) sorted by relevance
55 #define KQ_CLOSING 0x10 macro
1947 if ((kq->kq_state & KQ_CLOSING) == KQ_CLOSING) { in kqueue_acquire_ref()2033 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()2062 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()2409 KASSERT((kq->kq_state & KQ_CLOSING) != KQ_CLOSING, in kqueue_drain()2411 kq->kq_state |= KQ_CLOSING; in kqueue_drain()2903 if ((kq->kq_state & KQ_CLOSING) != 0) in knote_attach()