Searched refs:PIPE_ACTIVE (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()1690 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) { in pipe_kqfilter()1732 wpipe->pipe_present != PIPE_ACTIVE || in filt_piperead()1752 if (wpipe->pipe_present != PIPE_ACTIVE || in filt_pipewrite()
124 #define PIPE_ACTIVE 1 macro