Searched refs:PIPE_ACTIVE (Results 1 – 2 of 2) sorted by relevance
301 rpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()302 wpipe->pipe_present = PIPE_ACTIVE; in pipe_zone_ctor()1080 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_write()1440 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()1457 if (wpipe->pipe_present != PIPE_ACTIVE || in pipe_poll()1475 wpipe->pipe_present == PIPE_ACTIVE) { in pipe_poll()1654 if (ppipe->pipe_present == PIPE_ACTIVE) { in pipeclose()1723 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()1783 if (wpipe->pipe_present == PIPE_ACTIVE || in filt_pipewrite()1797 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()
130 #define PIPE_ACTIVE 1 macro