Home
last modified time | relevance | path

Searched refs:SEL_WAITING (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dselinfo.h51 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) macro
/f-stack/freebsd/sys/
H A Dselinfo.h53 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c665 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()
H A Dkern_event.c2054 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()
H A Duipc_sockbuf.c502 if (!SEL_WAITING(sb->sb_sel)) in sowakeup()