Searched refs:KQ_CLOSING (Results 1 – 2 of 2) sorted by relevance
57 #define KQ_CLOSING 0x10 macro
1651 if ((kq->kq_state & KQ_CLOSING) == KQ_CLOSING) { in kqueue_acquire()1716 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()1744 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()2089 KASSERT((kq->kq_state & KQ_CLOSING) != KQ_CLOSING, in kqueue_drain()2091 kq->kq_state |= KQ_CLOSING; in kqueue_drain()2596 if ((kq->kq_state & KQ_CLOSING) != 0) in knote_attach()