Home
last modified time | relevance | path

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.c131 struct kmem_cache *pipe_cache; variable
368 pipe_cache = kmem_cache_create("pipe_cache", sizeof (fifodata_t), 32, in fifoinit()
505 fdp = kmem_cache_alloc(pipe_cache, KM_SLEEP); in makepipe()
H A Dfifovnops.c1703 kmem_cache_free(pipe_cache, (fifodata_t *)fn_lock); in fifo_inactive()