Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDselinfo.h52 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) macro
/freebsd-14-stable/sys/kern/
HDsys_pipe.c723 if (!SEL_WAITING(&cpipe->pipe_sel)) in pipeselwakeup()
1548 if (SEL_WAITING(&rpipe->pipe_sel)) in pipe_poll()
1555 if (SEL_WAITING(&wpipe->pipe_sel)) in pipe_poll()
HDkern_event.c2189 if (SEL_WAITING(&kq->kq_sel)) in kqueue_poll()
2271 if (!SEL_WAITING(&kq->kq_sel)) in kqueue_drain()
2358 if (!SEL_WAITING(&kq->kq_sel)) in kqueue_wakeup()
HDuipc_sockbuf.c487 if (!SEL_WAITING(sb->sb_sel)) in sowakeup()
/freebsd-14-stable/sys/dev/firewire/
HDfirewire.c2078 if (SEL_WAITING(&xferq->rsel)) in fw_rcv()
/freebsd-14-stable/sys/dev/sound/pcm/
HDchannel.c316 if (SEL_WAITING(sndbuf_getsel(bs)) && chn_polltrigger(c)) in chn_wakeup()