pipe_create
static int pipe_create(struct pipe **, pool_cache_t, struct timespec *);
if ((error = pipe_create(&rpipe, pipe_rd_cache, &nt)) ||
(error = pipe_create(&wpipe, pipe_wr_cache, &nt))) {