Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dfifonode.h162 extern struct kmem_cache *fnode_cache;
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c129 struct kmem_cache *fnode_cache; variable
382 fnode_cache = kmem_cache_create("fnode_cache", in fifoinit()
418 fdp = kmem_cache_alloc(fnode_cache, KM_SLEEP); in fifovp()
481 kmem_cache_free(fnode_cache, fdp); in fifovp()
H A Dfifovnops.c1689 kmem_cache_free(fnode_cache, (fifodata_t *)fn_lock); in fifo_inactive()