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