sys_pipe.c | 140 static pool_cache_t pipe_rd_cache; variable in typeref:typename:pool_cache_t 152 pipe_rd_cache = pool_cache_init(sizeof(struct pipe), 0, 0, 0, "piperd", 154 KASSERT(pipe_rd_cache != NULL); 220 if ((error = pipe_create(&rpipe, pipe_rd_cache, &nt)) || 317 if (cache == pipe_rd_cache) { 1026 pool_cache_put(pipe_rd_cache, pipe);
|