Searched refs:PIPE_DEAD (Results 1 – 2 of 2) sorted by relevance
145 #define PIPE_DEAD 0x8000 /* Pipe is dead and needs garbage collection */ macro
658 if (__improbable(cpipe->pipe_state & PIPE_DEAD)) { in pipepair_destroy_pipe()662 cpipe->pipe_state |= PIPE_DEAD; in pipepair_destroy_pipe()664 can_free = (pp->pp_rpipe.pipe_state & PIPE_DEAD) && in pipepair_destroy_pipe()665 (pp->pp_wpipe.pipe_state & PIPE_DEAD); in pipepair_destroy_pipe()