HomeSort by: relevance | last modified time | path
    Searched defs:pipe_rd_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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);
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);

Completed in 52 milliseconds