Searched refs:pipe_cache (Results 1 – 3 of 3) sorted by relevance
163 extern struct kmem_cache *pipe_cache;
131 struct kmem_cache *pipe_cache; variable368 pipe_cache = kmem_cache_create("pipe_cache", sizeof (fifodata_t), 32, in fifoinit()505 fdp = kmem_cache_alloc(pipe_cache, KM_SLEEP); in makepipe()
1703 kmem_cache_free(pipe_cache, (fifodata_t *)fn_lock); in fifo_inactive()