Home
last modified time | relevance | path

Searched refs:PIPE_DEAD (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dpipe.h145 #define PIPE_DEAD 0x8000 /* Pipe is dead and needs garbage collection */ macro
/xnu-10063.101.15/bsd/kern/
H A Dsys_pipe.c658 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()