Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h162 extern struct kmem_cache *fnode_cache;
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c130 struct kmem_cache *fnode_cache; variable
363 fnode_cache = kmem_cache_create("fnode_cache", in fifoinit()
399 fdp = kmem_cache_alloc(fnode_cache, KM_SLEEP); in fifovp()
465 kmem_cache_free(fnode_cache, fdp); in fifovp()
H A Dfifovnops.c1705 kmem_cache_free(fnode_cache, (fifodata_t *)fn_lock); in fifo_inactive()