pipe_pool          88 kern/sys_pipe.c struct pool pipe_pool;
pipe_pool         113 kern/sys_pipe.c 	rpipe = pool_get(&pipe_pool, PR_WAITOK);
pipe_pool         117 kern/sys_pipe.c 	wpipe = pool_get(&pipe_pool, PR_WAITOK);
pipe_pool         761 kern/sys_pipe.c 		pool_put(&pipe_pool, cpipe);
pipe_pool         845 kern/sys_pipe.c 	pool_init(&pipe_pool, sizeof(struct pipe), 0, 0, 0, "pipepl",