Searched refs:pipe_rd_cache (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsys_pipe.c180 static pool_cache_t pipe_rd_cache; variable
192 pipe_rd_cache = pool_cache_init(sizeof(struct pipe), 0, 0, 0, "piperd",
194 KASSERT(pipe_rd_cache != NULL);
258 if ((error = pipe_create(&rpipe, pipe_rd_cache)) ||
354 if (cache == pipe_rd_cache) {
1345 pool_cache_put(pipe_rd_cache, pipe);

Completed in 69 milliseconds