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.c129 struct kmem_cache *fnode_cache; variable in typeref:struct:kmem_cache
382 fnode_cache = kmem_cache_create("fnode_cache",
418 fdp = kmem_cache_alloc(fnode_cache, KM_SLEEP);
481 kmem_cache_free(fnode_cache, fdp);
H A Dfifovnops.c1691 kmem_cache_free(fnode_cache, (fifodata_t *)fn_lock);

Completed in 61 milliseconds