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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h163 extern struct kmem_cache *pipe_cache;
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c130 struct kmem_cache *pipe_cache; variable in typeref:struct:kmem_cache
387 pipe_cache = kmem_cache_create("pipe_cache", sizeof (fifodata_t), 32,
521 fdp = kmem_cache_alloc(pipe_cache, KM_SLEEP);
H A Dfifovnops.c1689 kmem_cache_free(pipe_cache, (fifodata_t *)fn_lock);

Completed in 48 milliseconds