Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dfifonode.h163 extern struct kmem_cache *pipe_cache;
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c130 struct kmem_cache *pipe_cache; variable
387 pipe_cache = kmem_cache_create("pipe_cache", sizeof (fifodata_t), 32, in fifoinit()
521 fdp = kmem_cache_alloc(pipe_cache, KM_SLEEP); in makepipe()
H A Dfifovnops.c1687 kmem_cache_free(pipe_cache, (fifodata_t *)fn_lock); in fifo_inactive()