Searched refs:pipe_peer (Results 1 – 2 of 2) sorted by relevance
425 rpipe->pipe_peer = wpipe; in pipe()426 wpipe->pipe_peer = rpipe; in pipe()480 if (cpipe->pipe_peer) { in pipe_stat()893 pipeselwakeup(rpipe, rpipe->pipe_peer); in pipe_read()928 wpipe = rpipe->pipe_peer; in pipe_write()1255 wpipe = rpipe->pipe_peer; in pipe_select()1370 if ((ppipe = cpipe->pipe_peer) != NULL) { in pipeclose()1379 ppipe->pipe_peer = NULL; in pipeclose()1406 struct pipe *wpipe = rpipe->pipe_peer; in filt_pipe_draincommon()1694 if (cpipe->pipe_peer) { in fill_pipeinfo()[all …]
162 struct pipe *pipe_peer; /* link with other direction */ member