Searched refs:wpipe (Results 1 – 1 of 1) sorted by relevance
260 static int pipepair_alloc(struct pipe **rpipe, struct pipe **wpipe);395 struct pipe *rpipe, *wpipe; in pipe() local398 error = pipepair_alloc(&rpipe, &wpipe); in pipe()423 fp_set_data(wf, wpipe); in pipe()425 rpipe->pipe_peer = wpipe; in pipe()426 wpipe->pipe_peer = rpipe; in pipe()439 mac_pipe_set_label(wpipe, mac_pipe_label(rpipe)); in pipe()451 pipeclose(wpipe); in pipe()615 struct pipe *wpipe = &pp->pp_wpipe; in pipepair_alloc() local625 wpipe->pipe_mtxp = &pp->pp_mtx; in pipepair_alloc()[all …]