Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dselinfo.h50 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) macro
/freebsd/sys/kern/
H A Dsys_pipe.c685 if (!SEL_WAITING(&cpipe->pipe_sel)) in pipeselwakeup()
1508 if (SEL_WAITING(&rpipe->pipe_sel)) in pipe_poll()
1515 if (SEL_WAITING(&wpipe->pipe_sel)) in pipe_poll()
H A Dkern_event.c2183 if (SEL_WAITING(&kq->kq_sel)) in kqueue_poll()
2265 if (!SEL_WAITING(&kq->kq_sel)) in kqueue_drain()
2352 if (!SEL_WAITING(&kq->kq_sel)) in kqueue_wakeup()
H A Duipc_sockbuf.c485 if (!SEL_WAITING(sb->sb_sel)) in sowakeup()
/freebsd/sys/dev/firewire/
H A Dfirewire.c2077 if (SEL_WAITING(&xferq->rsel)) in fw_rcv()
/freebsd/sys/dev/sound/pcm/
H A Dchannel.c310 if (SEL_WAITING(sndbuf_getsel(bs)) && chn_polltrigger(c)) in chn_wakeup()