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