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

/freebsd-11-stable/sys/sys/
H A Dpipe.h92 #define PIPE_SEL 0x040 /* Pipe has a select active. */ macro
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c618 if (cpipe->pipe_state & PIPE_SEL) {
621 cpipe->pipe_state &= ~PIPE_SEL;
1476 rpipe->pipe_state |= PIPE_SEL;
1482 wpipe->pipe_state |= PIPE_SEL;

Completed in 106 milliseconds