Searched refs:KQ_SLEEP (Results 1 – 2 of 2) sorted by relevance
52 #define KQ_SLEEP 0x02 macro
1576 kq->kq_state |= KQ_SLEEP; in kqueue_scan()1962 if ((kq->kq_state & KQ_SLEEP) == KQ_SLEEP) { in kqueue_wakeup()1963 kq->kq_state &= ~KQ_SLEEP; in kqueue_wakeup()