KQ_CLOSING
if (__predict_false(kq->kq_count & KQ_CLOSING)) {
KASSERT((kq->kq_count & KQ_CLOSING) == 0);
kq->kq_count |= KQ_CLOSING;