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