Lines Matching refs:pipe_present
335 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
336 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()
1162 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()
1522 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1539 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()
1557 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()
1743 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()
1758 cpipe->pipe_present = PIPE_CLOSING; in pipeclose()
1767 cpipe->pipe_present = PIPE_FINALIZED; in pipeclose()
1775 if (ppipe->pipe_present == PIPE_FINALIZED) { in pipeclose()
1813 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()
1877 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()
1891 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()