HomeSort by: relevance | last modified time | path
    Searched refs:pipe_busy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
pipe.h 104 int pipe_busy; /* busy flag, to handle rundown */ member in struct:pipe
  /src/sys/kern/
sys_pipe.c 437 ++rpipe->pipe_busy;
539 --rpipe->pipe_busy;
540 if (rpipe->pipe_busy == 0) {
588 ++wpipe->pipe_busy;
592 --wpipe->pipe_busy;
593 if (wpipe->pipe_busy == 0) {
718 --wpipe->pipe_busy;
719 if (wpipe->pipe_busy == 0) {
986 if (pipe->pipe_busy) {
987 while (pipe->pipe_busy) {
    [all...]

Completed in 23 milliseconds