KQ_MAXCOUNT
KASSERT(KQ_COUNT(kq) < KQ_MAXCOUNT);
#define KQ_COUNT(kq) ((unsigned int)((kq)->kq_count & KQ_MAXCOUNT))