Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpipe.h88 #define PIPE_SEL 0x040 /* Pipe has a select active. */ macro
/freebsd/sys/kern/
H A Dsys_pipe.c715 if (cpipe->pipe_state & PIPE_SEL) { in pipeselwakeup()
718 cpipe->pipe_state &= ~PIPE_SEL; in pipeselwakeup()
1553 rpipe->pipe_state |= PIPE_SEL; in pipe_poll()
1560 wpipe->pipe_state |= PIPE_SEL; in pipe_poll()