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.c1771 if ((kq->kq_state & KQ_CLOSING) == KQ_CLOSING) { in kqueue_acquire()
1842 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()
1870 if ((kq->kq_state & KQ_CLOSING) != 0) { in kqueue_expand()
2217 KASSERT((kq->kq_state & KQ_CLOSING) != KQ_CLOSING, in kqueue_drain()
2219 kq->kq_state |= KQ_CLOSING; in kqueue_drain()
2696 if ((kq->kq_state & KQ_CLOSING) != 0) in knote_attach()