Lines Matching refs:PIPE_EOF
432 (atomic_load_relaxed(&rpipe->pipe_state) & PIPE_EOF) == 0)
491 if (rpipe->pipe_state & PIPE_EOF)
584 if (wpipe == NULL || (wpipe->pipe_state & PIPE_EOF) != 0) {
704 if (wpipe->pipe_state & PIPE_EOF) {
830 (rpipe->pipe_state & PIPE_EOF))
833 eof |= (rpipe->pipe_state & PIPE_EOF);
839 if ((wpipe->pipe_state & PIPE_EOF) || (
843 eof |= (wpipe->pipe_state & PIPE_EOF);
985 pipe->pipe_state |= PIPE_EOF;
998 ppipe->pipe_state |= PIPE_EOF;
1078 if ((rpipe->pipe_state & PIPE_EOF) ||
1079 (wpipe == NULL) || (wpipe->pipe_state & PIPE_EOF)) {
1104 if ((wpipe == NULL) || (wpipe->pipe_state & PIPE_EOF)) {