Searched refs:pipe_busy (Results 1 – 2 of 2) sorted by relevance
117 int pipe_busy; /* busy flag, mostly to handle rundown sanely */ member
782 ++rpipe->pipe_busy; in pipe_read()914 --rpipe->pipe_busy; in pipe_read()919 if ((rpipe->pipe_busy == 0) && (rpipe->pipe_state & PIPE_WANT)) { in pipe_read()1176 ++wpipe->pipe_busy; in pipe_write()1365 --wpipe->pipe_busy; in pipe_write()1367 if ((wpipe->pipe_busy == 0) && (wpipe->pipe_state & PIPE_WANT)) { in pipe_write()1729 while (cpipe->pipe_busy) { in pipeclose()