Searched refs:PIPE_WANT (Results 1 – 2 of 2) sorted by relevance
87 #define PIPE_WANT 0x020 /* Pipe is wanted to be run-down. */ macro
909 if ((rpipe->pipe_busy == 0) && (rpipe->pipe_state & PIPE_WANT)) { in pipe_read()910 rpipe->pipe_state &= ~(PIPE_WANT|PIPE_WANTW); in pipe_read()1357 if ((wpipe->pipe_busy == 0) && (wpipe->pipe_state & PIPE_WANT)) { in pipe_write()1358 wpipe->pipe_state &= ~(PIPE_WANT | PIPE_WANTR); in pipe_write()1722 cpipe->pipe_state |= PIPE_WANT; in pipeclose()