PIPE_LOCK         230 kern/sys_pipe.c 	while (cpipe->pipe_state & PIPE_LOCK) {
PIPE_LOCK         235 kern/sys_pipe.c 	cpipe->pipe_state |= PIPE_LOCK;
PIPE_LOCK         245 kern/sys_pipe.c 	cpipe->pipe_state &= ~PIPE_LOCK;