Home
last modified time | relevance | path

Searched refs:PIPE_SEL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dpipe.h92 #define PIPE_SEL 0x040 /* Pipe has a select active. */ macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c663 if (cpipe->pipe_state & PIPE_SEL) { in pipeselwakeup()
666 cpipe->pipe_state &= ~PIPE_SEL; in pipeselwakeup()
1470 rpipe->pipe_state |= PIPE_SEL; in pipe_poll()
1476 wpipe->pipe_state |= PIPE_SEL; in pipe_poll()