Home
last modified time | relevance | path

Searched refs:KQ_CLOSING (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Deventvar.h55 #define KQ_CLOSING 0x10 macro
/freebsd/sys/kern/
H A Dkern_event.c1947 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()