Searched refs:pipe_present (Results 1 – 2 of 2) sorted by relevance
327 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()328 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()1153 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()1513 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()1530 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()1548 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()1735 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()1750 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()1759 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()1869 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()[all …]
116 u_char pipe_present; /* still present? */ member