Searched refs:SEL_WAITING (Results 1 – 5 of 5) sorted by relevance
51 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) macro
53 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) macro
665 if (!SEL_WAITING(&cpipe->pipe_sel)) in pipeselwakeup()1469 if (SEL_WAITING(&rpipe->pipe_sel)) in pipe_poll()1475 if (SEL_WAITING(&wpipe->pipe_sel)) in pipe_poll()
2054 if (SEL_WAITING(&kq->kq_sel)) in kqueue_poll()2137 if (!SEL_WAITING(&kq->kq_sel)) in kqueue_drain()2220 if (!SEL_WAITING(&kq->kq_sel)) in kqueue_wakeup()
502 if (!SEL_WAITING(sb->sb_sel)) in sowakeup()