sys_pipe.c | 132 static int pipelock(struct pipe *, bool); 334 pipelock(struct pipe *pipe, bool catch_p) function in typeref:typename:int 441 error = pipelock(rpipe, true); 591 if ((error = pipelock(wpipe, true)) != 0) { 711 (void)pipelock(wpipe, false);
|