Searched refs:pipe_present (Results 1 – 2 of 2) sorted by relevance
300 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()301 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()1035 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()1409 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()1425 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()1619 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()1636 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()1645 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()1653 if (ppipe->pipe_present == PIPE_FINALIZED) { in pipeclose()1732 wpipe->pipe_present != PIPE_ACTIVE || in filt_piperead()[all …]
116 int pipe_present; /* still present? */ member